jejacks0n / apitome

Apitome: /iˈpitəmē/ An API documentation presentation layer for RSpec API Documentation output.
250 stars 126 forks source link

Replace chromedriver-helper with webdrivers #110

Closed rossta closed 1 month ago

rossta commented 5 years ago

The chromedriver-helper project is unsupported as of 2019/03/13 and the project owner is encouraging developers to switch to the webdrivers gem. See https://github.com/flavorjones/chromedriver-helper/issues/83

jejacks0n commented 5 years ago

❤️ I was just doing this. haha, I'll let things pass and then merge.

jejacks0n commented 5 years ago

You can keep looking into this, or you can let me -- either way, I appreciate your efforts.

rossta commented 5 years ago

I left the existing registered drivers in place, but I found that the more-recent versions of Capybara provide selenium_chrome and selenium_chrome_headless drivers that may work for you.

Aside from that, feel free to take over at this point. Thanks!

rossta commented 5 years ago

@jejacks0n Just checking in to see if any more changes are needed before this is ready to merge. Thanks!

rossta commented 1 month ago

Closing as stale