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

Web = Browser() , Error #93

Open
Tecspay opened this issue Jul 13, 2023 · 6 comments
Open

Web = Browser() , Error #93

Tecspay opened this issue Jul 13, 2023 · 6 comments

Comments

@Tecspay
Copy link

Tecspay commented Jul 13, 2023

What do I do ?? It shows Web = Browser() , Error

@jayyoung12643
Copy link

I get the same issue - follow the documentation for installation, try the demo code and get an error on 2nd line of code..

"web = Browser()"

"
Traceback (most recent call last):
File "C:\Users\jayyo\OneDrive\Documents\KCL\LSF webbot", line 10, in
web = Browser()
File "C:\Users\jayyo\AppData\Local\Programs\Python\Python39\lib\site-packages\webbot\webbot.py", line 68, in init
self.driver = webdriver.Chrome(executable_path=driverpath, options=options)
File "C:\Users\jayyo\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 76, in init
RemoteWebDriver.init(
File "C:\Users\jayyo\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 157, in init
self.start_session(capabilities, browser_profile)
File "C:\Users\jayyo\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 252, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "C:\Users\jayyo\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "C:\Users\jayyo\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: cannot find Chrome binary
(Driver info: chromedriver=2.39.562718 (9a2698cba08cf5a471a29d30c8b3e12becabb0e9),platform=Windows NT 10.0.19045 x86_64)

[Finished in 7.7s]
"

@jemaleng
Copy link

jemaleng commented Sep 6, 2023

See : https://stackoverflow.com/questions/76550506/typeerror-webdriver-init-got-an-unexpected-keyword-argument-executable-p

Looks like it relates to an update of selenium. I'm afraid that the library needs correction. I have the same issue.

@ercag
Copy link

ercag commented Oct 4, 2023

any update about this problem?
looks like selenium changed the cunstructor and executable_path is not necessary any more...

@pidgeon777
Copy link

Yes, please an update?

@pidgeon777
Copy link

After a good amount of work I was able to fix it somehow, you can find a guide I just wrote here:

#95

Hopefully it will be useful to all of you.

@rayud
Copy link

rayud commented Feb 20, 2024

Could anyone kindly explain what is the resolution for this??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants