tvklovesu
3 years agoFrequent Contributor
Identify and Click on a window popup object
Hi there,
I have some issue with identifying a window popup object. When I close a window a popup is displayed as follows and I need to check and click on the Exit button in the window. I tried to record the script but It identified only the popup full window but not the objects in the popup. And in the script it clicked on the button using x, y locations, Instead of using the x,y locations I need to use the button Exit as this pop-up can be located anywhere in the screen based on the screen size. How do I identify that object and what process I should use. The object in nameMapping recorded as wndChrome_WidgetWin_1
The script to click the object
Aliases.wndChrome_WidgetWin_1.Click(357, 151);