One of my routines has a situation where a connection failure dialogue can pop up of connection success.
When I put “element exists” activity on it is true for both. There’s no select tool editor like other GUI activities. I tried Text Exists and OCR Text exists but they have not been successful?
Hi @trippinnik
based on the element exists you can do one thing in true condition use attach window and use click activity to click on the dialogue box
Thanks
Ashwin S
I don’t think you follow. I did that. The structure is simple. Element Exists set a bool. then have an if statement on the bool. Unfortunately when the dialogue exists the bool is not yet to true meaning the robot has not detected the dialogue box.
Hi @trippinnik
have you tried check it in UiExplorer to indicate on screen to get the correct selector
Thanks
Ashwin S