How to handle browser notification popup which is without any elements?
Clash Royale CLAN TAG #URR8PPP How to handle browser notification popup which is without any elements? How to press the OK button as per the image. I can switch to this window. but it is not loaded till i click ok, so there is no any elements. Alert handle does't helped too. Autoit cannot detect this pop up message too. disable-notifications cant help too. Any ideas? Two screeshots is added. OK Firefox snapshot: Chrome Snapshot: p.companieGenreal.sActivities().click(); driver.switchTo().defaultContent(); String parent = driver.getWindowHandle(); p.companieGenreal.sAddNew().click(); p.companieGenreal.sAddJobOrder().click(); p.companieGenreal.sContract().click(); swithToChildWindow(parent); driver.switchTo().alert().accept(); Your code trials? – DebanjanB 1 hour ago I can switch to this window. How did yo...