Hello,
I’m using an “Element exists” activity on a custom application to detect if a button is there and to click on it if it’s the case but even if the button is not there, the activity return “True”. Of course my processus it’s not working because the bot is trying to click on a button that doesn’t exit.
A little a test by using the Screen Scraper Wizard with the method FullText directly on the window and I can see the label of my button in the result preview even is the button is not there. If I check “Ignore hidden” I’m not able to find it anymore.
So in the selector of “Element exists” I tried to add “visibility=‘1’” but it’s not working, it’s returning false even if the button exists.
Any idea ?