Check App State by directly defining the element (css, path or xpath)

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?

  1. At Target property, choose TargetAnchorable. Then related properties will appear.

  2. Set top level selector at Window Selector property
    e.g. "<html app='chrome.exe' title='UiPath Community Forum' />"

  3. Turn on Strict selector at TargetingMethods property.

  4. Set remaining selector string at StrictSelector proerty.
    e.g. "<webctrl id='site-logo' tag='IMG' />"

Regards,