Skip to content

Instantly share code, notes, and snippets.

View max3903's full-sized avatar
🏠
Working from home

Maxime Chambreuil max3903

🏠
Working from home
View GitHub Profile
# -*- coding: utf-8 -*-
import httplib
from selenium.webdriver.firefox.webdriver import WebDriver
success = True
wd = WebDriver()
wd.implicitly_wait(60)
def is_alert_present(wd):
try: