diff --git a/browserdriver/__init__.py b/browserdriver/__init__.py index 27b7d56..1a9bb4c 100755 --- a/browserdriver/__init__.py +++ b/browserdriver/__init__.py @@ -26,7 +26,7 @@ class BrowserDriver: def chrome(headless=True): chrome_path = os.path.join(CWD, 'chrome-linux64', 'chrome') - driver_path = os.path.join(CWD, 'driver', 'chromedriver') + driver_path = os.path.join(CWD, 'drivers', 'chromedriver') options = ChromeOptions() options.binary_location = chrome_path if headless: