-
Notifications
You must be signed in to change notification settings - Fork 2
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
Download into .hitchpkg directory and use a specified version of firefox #3
Comments
Hi, I get the following error with the latest Hitch/Hitchselenium:
Did I miss any step? |
No, this feature isn't finished yet so the system version of firefox is used by default. Unfortunately the latest version of selenium doesn't like the latest version of firefox. If you downgrade the system firefox to the previous it it should work. Alternatively wait a few days and I will have a fix out (I will comment here when it's ready). |
Awesome, let me know if I can help in this regard. |
Hi, I've finished the feature. You can activate it by upgrading to the latest version -- 0.5.4- like so::
Then, changing the code and putting this in your set up somewhere::
And adding the parameter firefox_binary to the service, e.g. like so::
If that works (and especially if it doesn't!), it'd be awesome if you could drop a note here letting me know. This ought to work both on Mac and Linux. |
…hitchtest/hitchselenium#3 (comment)). Should work on Travis-CI!
This worked for me - thanks. |
See : hitchtest/hitch#29
The text was updated successfully, but these errors were encountered: