We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd21a2f commit 8a91061Copy full SHA for 8a91061
test/chromium/script.py
@@ -41,6 +41,9 @@ class bcolors:
41
#Debian is lowercase when platform.linux_distribution() is used.
42
#This is not a mistake.
43
chromedriver_path = "/usr/lib/chromium/chromedriver"
44
+ else:
45
+ # Let's hope it's in the user's path.
46
+ chromedriver_path = "chromedriver"
47
else:
48
# Let's hope it's in the user's path.
49
chromedriver_path = "chromedriver"
0 commit comments