[Katalon Studio] Cannot Set Text in Field

Hello,

Can anyone help me as I cannot set text in the field shown in the screenshot? Did I miss anything? Any suggestions are greatly appreciated!

Thanks in advance

2 Likes

setText(plaintextPassword)?! Dude, use setEncryptedText() and run that plaintext password through the Encrypted Text feature

Also, don’t use hard-coded delay… Wait for the element to become present or visible, and then interact with it…

If you look at that error message, it says you have a stale element… In other words an element that was on the current page, but is not anymore… You can get around that issue via some waits… Please read into those, and then come back to this question

1 Like