We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6e5aa commit 5324121Copy full SHA for 5324121
test.py
@@ -14,6 +14,8 @@
14
driver_path = 'chromedriver_win32/chromedriver.exe'
15
elif OSNAME == 'Linux':
16
driver_path = 'chromedriver_linux64/chromedriver'
17
+elif OSNAME == 'Darwin':
18
+ driver_path = 'chromedriver_mac64/chromedriver'
19
else:
20
print('{} OS is not supported.'.format(OSNAME))
21
exit()
0 commit comments