We have an internal website that has different users with different permissions and passwords and each has a button that copies the password to the clipboard so we can paste it into the login screen. Each button has an ID of AuserPwd, Buserpwed, Cuserpwd... I know how to get Selenium (Python) to click on that button, so that the password is in my clipboard, but how can I paste it into a different url password field. Basically, can I pass my clipboard to a variable and paste that variable into a field.
Asked
Active
Viewed 1,591 times