sigh. typo
Some checks failed
ChromeTests / build (3.12) (push) Failing after 59s
EdgeTests / build (3.12) (push) Successful in 1m3s
Pylint / build (3.12) (push) Successful in 12s

This commit is contained in:
Greg Gauthier 2024-07-23 22:55:45 +01:00
parent 5866721964
commit 39d5d96b6a

View File

@ -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: