Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error #337

Closed
fraspace5 opened this issue May 4, 2022 · 3 comments
Closed

Error #337

fraspace5 opened this issue May 4, 2022 · 3 comments
Labels
help wanted Extra attention is needed third party bug Issues not directly related to the project.

Comments

@fraspace5
Copy link

Traceback (most recent call last):
File "/home/fs45/ghunt/check_and_gen.py", line 255, in
driver = webdriver.Chrome(
File "/home/fs45/.local/lib/python3.10/site-packages/seleniumwire/webdriver.py", line 211, in init
super().init(*args, **kwargs)
File "/home/fs45/.local/lib/python3.10/site-packages/selenium/webdriver/chrome/webdriver.py", line 70, in init
super(WebDriver, self).init(DesiredCapabilities.CHROME['browserName'], "goog",
File "/home/fs45/.local/lib/python3.10/site-packages/selenium/webdriver/chromium/webdriver.py", line 93, in init
RemoteWebDriver.init(
File "/home/fs45/.local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 269, in init
self.start_session(capabilities, browser_profile)
File "/home/fs45/.local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 360, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "/home/fs45/.local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 425, in execute
self.error_handler.check_response(response)
File "/home/fs45/.local/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 247, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: cannot find Chrome binary
Stacktrace:
#0 0x564cac905533
#1 0x564cac6641e8
#2 0x564cac685469
#3 0x564cac682c4a
#4 0x564cac6bdd0a
#5 0x564cac6b7e33
#6 0x564cac68d71a
#7 0x564cac68e875
#8 0x564cac949e1d
#9 0x564cac94d751
#10 0x564cac93407e
#11 0x564cac94e388
#12 0x564cac928fe0
#13 0x564cac96a748
#14 0x564cac96a8c8
#15 0x564cac98470d
#16 0x7ff549485d80

@PangwenE
Copy link

PangwenE commented May 5, 2022

Do you have Google Chrome installed?

@fraspace5
Copy link
Author

fraspace5 commented May 5, 2022 via email

@mxrch
Copy link
Owner

mxrch commented May 13, 2022

Maybe you have Chromium and not Chrome, anyway this is an issue related to webdriver-manager.

@mxrch mxrch closed this as completed May 13, 2022
@mxrch mxrch added help wanted Extra attention is needed third party bug Issues not directly related to the project. labels May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed third party bug Issues not directly related to the project.
Projects
None yet
Development

No branches or pull requests

4 participants
@mxrch @PangwenE @fraspace5 and others