02-29-2024, 06:52 PM
I am having trouble trying to send text like this (used in a password field):
keys.send("pU7O4%bOL%Wp");
Password fields now mostly require special characters. Can't seem to be able to figure out how to insert this in the field. I tried one like "!abcdefg", but the special character does not get send into the password input field.
keys.send("pU7O4%bOL%Wp");
Password fields now mostly require special characters. Can't seem to be able to figure out how to insert this in the field. I tried one like "!abcdefg", but the special character does not get send into the password input field.