I am trying to click enter button in pop up page using send hot key but it is not working getting above error

[Verify execution] Target was found using fallback method ‘Computer Vision’.

I am trying to click enter button in pop up page using send hot key but it is not working getting above error

Hi @dilovi1530

Use send hotkey without indicating Screen. So that there is No Target to verify, and it will directly send an Enter key press

If this solves your Issue, do mark it as a solution.

Happy Automation :star_struck:

Hi @dilovi1530

That was not the error, it was the information that bot has used Computer vision to found the Target element. But hot key activity is not supporting to close the popup.

Then use the Send Hot Key activity if using classic else use Keyboard shortcuts activity if using modern experience. Don’t indicate anything just give the key which you want to hit on.

Hope it helps!!

@dilovi1530

as per error issue looks in verify execution…you can remove it completely

also send hot key or keyboard shortcuts can be directly used

cheers

Issue Resolved thank you

1 Like

@dilovi1530,

I think Click activity will be more reliable here in this scenario. You can use classic Click activity which uses Full selector so no need of using another Use Application/Browser to indicate the popup window and then use another Click activity inside.

Do mark it as a solution. Thank You