Selector not matched for Windows Application

I am trying to insert the value in text box in windows application, but it Cannot find the UI element corresponding to this selector.

can anyone please advice .

1 Like

Hey @nm09011985,
Remove the title name in the selector and just add β€˜*’ instead of it and try if its working or not.
Thanks!

Hi
Did we try with SEND HOT KEY activity without any mint selected and key as tab
Use n number of this activity with that key until it reaches the field we want
Once after reaching use a TYPE INTO activity again without any element selected and just the Input string we want

Cheers @nm09011985

Hi @nm09011985

Try it in UIExplorer change/add some attribute and check. If you cannot find a valid selector then use send hot key β€˜Tab’ to focus on the textbox and type the value.

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