Use the new "drivers" folder to finding web drivers

This commit is contained in:
Michael Mintz 2018-08-14 01:44:22 -04:00
parent ca815cb0c2
commit 4f6bab5296
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ from seleniumbase.config import proxy_list
from seleniumbase.core import download_helper
from seleniumbase.fixtures import constants
from seleniumbase.fixtures import page_utils
import drivers # webdriver storage folder for SeleniumBase
from seleniumbase import drivers # webdriver storage folder for SeleniumBase
DRIVER_DIR = os.path.dirname(os.path.realpath(drivers.__file__))
PLATFORM = sys.platform
LOCAL_CHROMEDRIVER = None