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 : Cannot find chrome binary #7

Open
Deckloins opened this issue Jun 30, 2021 · 6 comments
Open

error : Cannot find chrome binary #7

Deckloins opened this issue Jun 30, 2021 · 6 comments

Comments

@Deckloins
Copy link

No description provided.

@theDreamer911
Copy link
Owner

This program actually trigger a selenium web browser, which is work with chrome binary (You need to download it first). Also, I found this almost nearly same question with yours, hope it can help

https://stackoverflow.com/questions/35776826/how-to-specify-the-chrome-binary-location-via-the-selenium-server-standalone-com

@NeetGod
Copy link

NeetGod commented Aug 19, 2021

Hello there, I'm also running into the same issue but after 4h my brain still can't figure it out. Could I possibly get some help sorry for bothering you.

Capture maybe

@theDreamer911
Copy link
Owner

Find the way to initialize the chrome binary with your Python program, hope this works - and never give up bro!

@klaksik
Copy link

klaksik commented Nov 22, 2021

Well, look, I found how to change the location of the binary file, but which one to change it to?

@theDreamer911
Copy link
Owner

Well, look, I found how to change the location of the binary file, but which one to change it to?

In the line 14, the code is written like this

web = Browser()

Change into this

web = Browser(executable_path=r'C:\Users\You\chromedriver.exe')

Correct the path with your binary file

@vinzy2
Copy link

vinzy2 commented Jun 5, 2022

Traceback (most recent call last):
File "C:\Users\vinzy\Downloads\brute-force-instagram-main\brute-force-instagram-main\instagram-brute-force.py", line 14, in
web = Browser(executable_path=r'C:\Users\vinzy\Downloads\chromedriver_win3\chromedriver.exe')
TypeError: init() got an unexpected keyword argument 'executable_path'

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

5 participants