Handle Browser Alerts
-
How do we handle browser alerts
@Allan-Zimmermann -
@devashish89 as i wrote on linked.
use Windows Get Element, something like this:[ { "filename": "%ProgramFiles%\\Google\\Chrome\\Application\\chrome.exe", "processname": "chrome", "arguments": " ", "Selector": "Windows", "search_descendants": "True", "mouse_over_search": "False" }, { "ClassName": "Chrome_WidgetWin_1", "ControlType": "Pane", "FrameworkId": "Win32" }, { "Name": "OK", "ControlType": "Button" } ]
-
@allan-zimmermann Through recorder Im unable to get this selector
-
@devashish89 That is correct, you need to add a Windows Get element your self and use the selector window to find the ok button
-