Question
NIIT Technologies
US
Last activity: 16 Jul 2020 8:39 EDT
Login Button is not enabling after entering credentials on a web application.
Hi All,
I am new to Pega RPA and trying to automate the login scenario of web application. We are entering credentials into the fields but Login button is not getting enabled. While entering credentials manually, it is getting enabled.
Link: http://training.openspan.com/login
Please help me in this.
Regards,
Bhuvnesh
This is actually one of the items covered in the training. The button gets enabled when the OnKeyUp event is raised on the password field. You'll need to use the RaiseEvent method for the password text box and select OnKeyUp after you've entered the credentials. This will make the button enabled and clickable.