mirror of
https://github.com/Rushilwiz/SkoolOS.git
synced 2025-04-03 20:20:18 -04:00
moved chromedrivers and fixed usages
This commit is contained in:
parent
5120b5b9b3
commit
cbd3ddb4e7
|
@ -315,9 +315,9 @@ def authenticate():
|
|||
#Macos: chromdriver-mac
|
||||
#Windows: chromdriver.exe
|
||||
if('CLI' in os.getcwd()):
|
||||
path = os.path.join(os.getcwd(), '../','chromedriver-mac')
|
||||
path = os.path.join(os.getcwd(), '../','chromedriver/chromedriver-mac')
|
||||
else:
|
||||
path = os.path.join(os.getcwd(), 'chromedriver-mac')
|
||||
path = os.path.join(os.getcwd(), 'chromedriver/chromedriver-mac')
|
||||
|
||||
browser = webdriver.Chrome(path)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user