kindle-your-highlights
kindle-your-highlights copied to clipboard
Doesn't seem to work on Mac
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.
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.
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).