what is this error about ?have executed the process almost 100 times with more than 100 transactios i total but never faced his issue. today first time i got this issue with same code.
Welcome to the community
- As a first step did you check the screenshot if in unattended or are there any pop ups etc?
- Did you check if selector changed for said element
- As per error looks like you are trying to use verification on a password field, generally as password field is hidden it cannot verify
cheers
Hello @Chinmay_Gupta,
I feel that verifying the password may not provide any advantage, as it is typed in from a secure string and displayed in the UI as ******. In this case, the verification will not work out, and the comparison with the secure string is not possible, so you will always encounter an error during verification. It might be better to avoid verification on the password field. See if the submit button will get enabled after password is inputted then keep verification on the submit butt for button enabled with option Element visually chnaged.
Thanks,
Karthik
It’s better to remove the verification from the password field.
