I think the Title says it all. I am finding a way to send Command C and Command V using selenium in Python. What I want is that it opens a page, presses Command L and then Command C to copy, and then Command V to paste it somewhere else, but I couldn't find it anyway! Can anyone help?
I tried using the ActionChains, driver.sendKeys method but nothing seem to work, so I came here in the hope to search for an answer. Let's see what happens!