Hi, I’m trying to make a try catch statement for this error
I have tried elementnotfound, elementnotavailable, elementnotset and noclickablepoint exceptions but none have worked so far and that error keeps coming up
If anyone knows what type of exception I need for this error please let me know
An easier way to handle this would be to use the Element Exists or the Check App State activities, depending on your activities package.
With these activities, you can have your automation wait until the element is visible, and then using the Output Boolean value (Visible true or false) you can either try another approach or throw an explicit App/Business exception if that’s what you’re really after.