Skip to content

Commit

Permalink
Update webdriver_installer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rzc0d3r authored Feb 11, 2024
1 parent 2f49a71 commit 76cc872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/webdriver_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_chrome_version():
elif platform == "win":
paths = [
"C:\\Program Files\\Google\\Chrome\\Application\\",
"C:\\Program Files (x86)\\Google\\Chrome\\Application",
"C:\\Program Files (x86)\\Google\\Chrome\\Application\\",
environ.get('LOCALAPPDATA')+"\\Google\\Chrome\\Application\\"
]
for path in paths:
Expand Down

0 comments on commit 76cc872

Please sign in to comment.