Using Send Hotkey

Hi, all

I want to close pop up window using the Send Hotkey activity.

I got an object, a close button(blue button on image below), and error occured.

To check the selector, I made sure the color of “Validate” of ‘Edit Selector’ and ‘Open in UiExplorer’ are Green,

But, if I open the ‘Open in UiExplorer’ again, the “Validate”'s color is red again… :frowning:

How should I solve this problem?

Hi @mini9301

Sometimes the validate button color will be red, but it works. Try Keyboard shortcuts activity and indicate the button on the popup.

Hope it helps!!

Hello

Try updating the selector details in the first line like this:
cls = ‘Chrome_*’
(see Red :red_circle:)

title = ‘*’
(see Blue :large_blue_circle:)

Hopefully this helps

Cheers

Steve

I solved the problem from your guide.

Thank you…! :slight_smile:

1 Like

Great to hear!

Happy Automation :blush:

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