I have one site where I can't enter a password using send_keys , I have to use Ctrl+V there. But I don't know how this can be done, because I have Passwords, where all passwords are stored and I need to take it from there
from Passwords import password
#how to copy?
inputpassword = driver.find_element(By.XPATH, "Path")
inputpassword.???
#how to paste by Ctrl + V