kindle-your-highlights icon indicating copy to clipboard operation
kindle-your-highlights copied to clipboard

Doesn't seem to work on Mac

Open richardofortune opened this issue 10 years ago • 2 comments

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.

richardofortune avatar May 08 '14 01:05 richardofortune

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 avatar May 08 '14 15:05 parroty

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).

parroty avatar May 10 '14 16:05 parroty