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

Doesn't seem to work on Mac #6

Open
richardofortune opened this issue May 8, 2014 · 2 comments
Open

Doesn't seem to work on Mac #6

richardofortune opened this issue May 8, 2014 · 2 comments

Comments

@richardofortune
Copy link

I get the following error when I try to use this on a Mac -
=> rake update:all
rake aborted!
unable to obtain stable firefox connection in 60 seconds

Will investigate whether this is a standard selenium/mac setup issue.

@parroty
Copy link
Owner

parroty commented May 8, 2014

Thanks for reporting. The default is specifying Firefox driver. Firefox is installed in your environment? If not, can be installed?

Using Firefox as default selenium engine. It may be able to specify other ones by passing option[:driver_type] in the constructor.

@parroty
Copy link
Owner

parroty commented May 10, 2014

For using other than firefox, DEFAULT_DRIVER_TYPE = :firefox in the lib/kindle-your-highlights.rb setting can be used. Possible options are listed in the following.

http://selenium.googlecode.com/git/docs/api/rb/Selenium/WebDriver.html#for-class_method

I've tried :chrome, and it seems working (though :safari is failing).

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