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

Syntax Error! #11

Open
micael333 opened this issue Aug 26, 2021 · 1 comment
Open

Syntax Error! #11

micael333 opened this issue Aug 26, 2021 · 1 comment

Comments

@micael333
Copy link

Traceback (most recent call last):
File "C:\Users\micae\PycharmProjects\abc123\instagram-brute-force.py", line 14, in
web = Browser()
File "C:\Users\micae\PycharmProjects\abc123\venv\lib\site-packages\webbot\webbot.py", line 68, in init
self.driver = webdriver.Chrome(executable_path=driverpath, options=options)
File "C:\Users\micae\PycharmProjects\abc123\venv\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 76, in init
RemoteWebDriver.init(
File "C:\Users\micae\PycharmProjects\abc123\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 157, in init
self.start_session(capabilities, browser_profile)
File "C:\Users\micae\PycharmProjects\abc123\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 252, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "C:\Users\micae\PycharmProjects\abc123\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "C:\Users\micae\PycharmProjects\abc123\venv\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.19042 x86_64)

@theDreamer911
Copy link
Owner

You should download chrome binary first. Actually I forgot about it in the article, well, just find the way to install chrome binary, hope this advice works

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

2 participants