Password not getting entered

Hi Team,

In this project, we are using classic experience. However type secure text is not working as expected. Could anyone please let me know whether there needs to be any change required in the same in the properties.

Out of 5 times , may be one time it will enter the password as expected. Remaining times, it would not. I had also checked with Element exists to check for the password field - it is giving true value. But, password is not getting entered.

https://accounts.google.com/

image

image

Hi @SAMANTA_COTTACKAL1

Any error is throwing or just it not typing ?

Your properties settings are good. Could you check if your Secure String is not an empty string? Also, you can add a Set Focus Activity before typing and check if it works or try to change the input method to hardware just to isolate the issue

Hi @SAMANTA_COTTACKAL1

Check out the below workflow. Try giving delay after first Type Into of entering UserName. Use Get password Activity and give the password stroe that output in a variable. After that, give an delay of 10 seconds to get the page loaded and pass that Password variable in second Type Into. Refer the below image.

Regards

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.