Hi everyone!
I try to capture a UI element with the following selector:
> pane[Class="BrowserRootView"] > pane > pane > pane > pane > document[Id="RootWebArea"] > group > group > group > menu > group > menuitem[Name="spam"]
Although the selector works properly when I select the Ui element with the "Add UI-element" button, it cannot find it when I change the last element of the selector to menuitem[Name*="spam"], that is, changing from "Equal to" to "Contains". Also, when I try the selector on similar pages, it contains different number of elements, and therefore, its not findable.
Could anyone help me please?
Thank you.