Element Exits doesn’t seem to be supported only CV Element Exists which is looking for a visual object - not really what I want.
I know Find Element will fail, my question is how do I check whether or not it did, assuming ContinueOnError is True? I could put the Find Element in a Try Catch but the activities to be done aren’t when it fails but when it doesn’t. I could set a bolean to True in the catch but that seems like the backwards way of doing it if I can just test something after the execution