-
Notifications
You must be signed in to change notification settings - Fork 115
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
Is it possible to define where to find browser exe's? #141
Comments
This worked for me.
If it works for you too, I will add better support for the constructor of Firefox that takes the firefox binary so you it will read something more like:
or maybe
and you wont have to do the two lines setting browser and browsers |
Works great but
|
It will suffer the same problem and isn't as easily worked around. I will get a new build out tonight with fixes for this. In the short term you could try chrome (requires chromedriver.exe to be downloaded)
or use what you have now with FF Aurora and dont use LiveHtmlReporter |
Now available in canopy 0.9.8
If your Aurora is not installed to "C:\Program Files (x86)\Aurora\firefox.exe" Then you can use this code
|
Wow. Fast. Thanks!
|
No problem! Enjoy =) |
I am using Firefox Aurora as default browser and I am receiving the following error
My guess is Selenium is looking for the regular firefox browser. Is it possible to define where to find firefox?
The text was updated successfully, but these errors were encountered: