Skip to content

Commit 5324121

Browse files
committed
bypass sign in and I agree
1 parent 5c6e5aa commit 5324121

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
driver_path = 'chromedriver_win32/chromedriver.exe'
1515
elif OSNAME == 'Linux':
1616
driver_path = 'chromedriver_linux64/chromedriver'
17+
elif OSNAME == 'Darwin':
18+
driver_path = 'chromedriver_mac64/chromedriver'
1719
else:
1820
print('{} OS is not supported.'.format(OSNAME))
1921
exit()

0 commit comments

Comments
 (0)