Hello! I find the element and its relative element on the web page.
If relative is not, then an error message
I did:
In try:
find element, find relative element
catch:
SelectorNotFindException
message box
BUT I have:
Find Relative Element ‘DIV’: Cannot find the UI element corresponding to this selector:
Well it seems ok, if this is really happening, maybe open a ticket with support, but in the meantime, remove the try catch and use ContinueOnError=True on the find relative element activity, the use an IF to see if it find or not something…