Hello,
I’ve create a robot who will execute an OCR text exist in a browser. the problem is that there is two issues:
1st : before the ocr execute the browser become inactive then the target will not be detected.and it show an error uielement doesn’t exist.
2nd : sometimes he retrun a false output although the element exist.
Hello , because the robot before the ocr, to input a client code and a date.then I need to verify if the client exist or not.So I need to verify if the client exist or not
Then you should use Check App State (modern) to see if the button appears. It waits a specified time (the timeout) and gives you two branches - one to execute if the object appears, one if it doesn’t.
Have you done the free training on the UiPath Academy web page? You should, it covers these kind of basic things.