Simulate a "command + v" in Selenium web driver

0

I have a program made with ruby and selenium chromedriver.

In windows to simulate a ctrl + v to the next line user.send_keys(:control, "v") and it worked correctly.

But when doing it on Mac I could not. Try with user.send_keys(:command, "v") cmmd, cmd etc.

    
asked by Santiago Carvalho 02.03.2018 в 16:23
source

0 answers