Is there any way to perform a copy and paste using Selenium 2 and the Python bindings?
I\'ve highlighted the element I want to copy and then I perform the following
elem.send_keys(Keys.SHIFT, Keys.INSERT)
It works FINE on macOS Catalina when you try to paste something.