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.