I’m struggling to define the element by typing it’s path. I can’t actually select it on screen because this is an element that RARELY appears. I was lucky I got its Selector once (when inspecting the page) and saved it to my Notepad. I don’t really know where should I type the Target. UiPath offers me to indicate on screen only.
Hi,
Can you try the following steps?
-
At Target property, choose TargetAnchorable. Then related properties will appear.
-
Set top level selector at Window Selector property
e.g."<html app='chrome.exe' title='UiPath Community Forum' />" -
Turn on Strict selector at TargetingMethods property.
-
Set remaining selector string at StrictSelector proerty.
e.g."<webctrl id='site-logo' tag='IMG' />"
Regards,
