Click-UI element

Would you please tell me how to solve this kind of problem when Msg shown Could not find the UI element corresponding to this selector, how do I fix it?
Thanks a lot.

I’ve indicated a new UI Element, but it still dose not work.
image

Thanks a lot

1 Like

The selector “htmlwindowname” and “title” may be an issue if they are dynamic. You may consider using wildcard or not using them as selector at all.

Hi
Use a attach window activity and indicate that application as a element

And inside that attach window use this click activity and try by indicating the same element again

Your selector looks fine

If it’s a browser then use attach browser

Or

We can try with send hot keys as well
Same use attach window and indicate that application
Inside the attach window use this send hot key activity without indicating any element and just use the key enter
This will enter or click that button
It’s same like how we do it without mouse

Cheers @Apple

Hi,Palaniyappan,Thanks very much.

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