I want to pass Send("sun@123!")
as a string and tried the below script :
Send("abhishek.gaur")
Send("{TAB}")
Send("sun@123!")
Send("{TAB}")
Send("{ENTER}")
It always skips! From the password string leading not to run Send("{ENTER}")
step defined at the end of the script.