I am testing an app , which gives popup 1s or two times a day. and my script fails when this popup appears ... how to handle this kind of unexpected popup from the app.
Asked
Active
Viewed 106 times
1
-
Use this statement `driver.switchTo().alert().dismiss();` – NaveenKumar Namachivayam May 19 '17 at 01:44