sigh. typo
This commit is contained in:
parent
5866721964
commit
39d5d96b6a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user