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

Cannot recognize chrome or chromium browser #12

Closed
RamiiYoussef opened this issue Sep 30, 2016 · 5 comments
Closed

Cannot recognize chrome or chromium browser #12

RamiiYoussef opened this issue Sep 30, 2016 · 5 comments
Assignees
Labels

Comments

@RamiiYoussef
Copy link

147526457663504

@RamiiYoussef RamiiYoussef changed the title Canot recognize chrome or chromium browser Cannot recognize chrome or chromium browser Sep 30, 2016
@D4Vinci
Copy link
Collaborator

D4Vinci commented Sep 30, 2016

What is the os you are using ?

@D4Vinci D4Vinci self-assigned this Sep 30, 2016
@D4Vinci D4Vinci added the bug label Sep 30, 2016
@RamiiYoussef
Copy link
Author

RamiiYoussef commented Sep 30, 2016

I use Linux Deepin Os
Linux 4.4.0-2-deepin-amd64 #1 SMP Deepin 4.4.6-4 (2016-07-01) x86_64 GNU/Linux

@D4Vinci
Copy link
Collaborator

D4Vinci commented Sep 30, 2016

Okay,it's a bug in the chromedriver.
Seems like if the chrome driver is not in your path you have to pass it in as an argument to the constructor.

Try:

pip install chromedriver

if the framework didn't work do the following..

For Windows

  • You should specify the executable file path, not the directory path that contains the executable.

    driver = webdriver.Chrome(executable_path=r"C:\Chrome\chromedriver.exe")

For Linux

  • Check you have installed latest version of chrome brwoser-> "chromium-browser -version"
  • If not, install latest version of chrome "sudo apt-get install chromium-browser"

For Mac

brew install chromedriver
That should put the chromedriver in your path and you should be all set.

@D4Vinci D4Vinci closed this as completed Sep 30, 2016
@RamiiYoussef
Copy link
Author

Chromium version
Version 51.0.2704.79 built on Debian stretch/sid, running on Debian 8.0 (64-bit)
Chrome version
Version 52.0.2743.116 (64-bit)

@SymbianSyMoh
Copy link
Member

We are working on a whole new version of QRLJacker, A multi-session framework full of features as a rewrite of the old #QRLJacker framework to hijack multiple accounts of several services that uses QR Code as a way of authentication, including WhatsApp, WeChat and many more. Stay tuned!

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

No branches or pull requests

4 participants