Gogineni12
4 years agoNew Contributor
How to handle hidden text box elements
Hi Team,
I had implemented the "If object" for my validation.
Ex:
If Object Aliases.browser.pageHome2.textbox6 Exists
textbox6 SetText "******" Sets the text '*******' in the 'textbox6' text editor.
buttonApplyFan ClickButton Clicks the 'buttonApplyFan' button.
This means IF textbox6 exists it will enter Number and click apply if not proceed with the next steps. But right now, if textbox6 does not exist on a particular page but is still entering the number on the text box.
But text box not exists
can anyone please suggest how to solve this issue