Pop-up window options are interrogatable but doesn't perform action when automation is ran
There's a pop-up in our web-app that needs to be clicked ("OK" or "cancel"). We can interrogate these and the performClick in 'Test Control Methods' is working.
However, when we start debugging and run the automation, it's not clicking the 'OK' in the pop-up.
Already tried the following:
Insert a sleep before the performClick
sendKeys {ENTER}
tried different kinds of performClick
Looks like it's not detecting the pop-up in the automation run.
Anyone encountered this?
Thanks in advance!
Kian
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.