During robot execution, the pop-up box will go behind main browser screen and I have to click “OK” button in the pop-up box. How do I bring the pop-up to the front and perform click action?
thanks!
During robot execution, the pop-up box will go behind main browser screen and I have to click “OK” button in the pop-up box. How do I bring the pop-up to the front and perform click action?
thanks!
Hi @sophiey
Send enter hotkey and then use click activity on popup and see
Or use activate property to get the window to foreground and then click
In modern click activity,
Use visible property, choose fully visible option to click if the popup is fully visible in screen.
Try using Set Focus activity and then click on the button.