Wild Card usage in selector

Hello All,

<wnd app='chrome.exe' cls='Chrome_WidgetWin_1' title=' ABCDFG' />

I have selector as above , the title can be any string , different each time

But when i use try title=‘*’ (as title can be any string/character), it isnt working

Could you please check and advise.

Thanks!

There is no point including a selector if you just use a complete wildcard. Perhaps try using something else as part of your selector instead of title to select the correct element?

As for why it’s not working, is it possible that there is more than one chrome.exe widget open? If so, it won’t find it because it can’t differentiate between them without a title to find (or a more specific selector).

If that’s not it, please show a screenshot of what it looks like in uiexplorer when you click on the element

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.