— ActionChains(driver).key_down(Keys.COMMAND).key_down('V').perform()
doesn't insert anything. I suppose, it's because
key_down
"should only be used with modifier keys (Control, Alt and Shift)" according to documentation. Does any one can give me a solution of just pressing cmd+'V' without changing shortcuts to 'Ctrl+V'? Please..
Message permanent page