How to detect image or some specific page?

Hello, all

I’m currently working on detecting below installation popup(?)page.
I’d like to use IF condition for this page. For example, if this page is popped up, it has to click ‘No Thanks’ and otherwise it’s operating normally.
I used element exist activity but didn’t work… is there any best activity for this?
[Image]


[Process]

Additionally, this page is occurred occasionally

Can u provide any unique element which is present in pop up in element exists

Try that way it may works

Hi,

Use click activity and indicate no thanks element and set property continue on error true

If no thanks is there it will click otherwise it will move to next activity

Hi @Dorothy_lee ,

For @prasath_S 's solution please do not forget to set a proper timeout value

Another workaround would be to surround the click activity with a Try/Catch activity

Best regards,
Marius