WebDriverException not defined #139

Merged
thomascrha merged 1 commits from patch-1 into master 5 years ago
  1. 1
      deletefb/tools/chrome_driver.py

1
deletefb/tools/chrome_driver.py

@ -2,6 +2,7 @@ from ..exceptions import UnknownOSException, ChromeError
from .common import NO_CHROME_DRIVER from .common import NO_CHROME_DRIVER
from clint.textui import puts, colored from clint.textui import puts, colored
from selenium import webdriver from selenium import webdriver
from selenium.common.exceptions import WebDriverException
from shutil import which from shutil import which
from subprocess import check_output from subprocess import check_output
from urllib.request import urlretrieve from urllib.request import urlretrieve

Loading…
Cancel
Save