I am working on StudioX. When using Netsuite with Chrome browser, I have a pop up screen. When I tried to click the pop up it is not recognize.
I tried using a wildcard on the selector, using the “check app state”, and others, but nothing seems to recognize the pop up.
Use a separate use application/browser activity and indicate whole window or pop and then use the click inside it
Cheers
Approach 1
A proper way to solve this is image recognition. So you search for the OK button as image. You can do that with the Click Image activity.
But in case you are using the process with another language you might have some issues.
Update: You said you need the text. So you could try the UiPath Connect Browser Get PopUp Text. Note that this only works on Chrome.
Approach 2
Thanks, we tried that one but it did not work.