I'm using python3 + selenium to write a script. Some of the pages I open request login:password with a popup alert. I want to escape that pages. So is there any way to close browser when this alert appears? I tried to set the loading time limit but this doesn't work.
Asked
Active
Viewed 43 times
0
-
1Please check [this](http://stackoverflow.com/questions/19003003/check-if-any-alert-exists-using-selenium-with-python ). Is it helpful ? – Polish Jan 16 '16 at 08:11
-
@Vimal I think you're right. Thanks. – UpmostScarab Jan 16 '16 at 08:14