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

Remove unsupported chromedriver-helper, make use of webdrivers in hyper-spec #409

Open
wants to merge 1 commit into
base: edge
Choose a base branch
from

Conversation

adamcreekroad
Copy link
Contributor

chromedriver-helper has been unsupported for a while now in favor of webdrivers. webdrivers is included in the hyper-spec gemfile, but isn't actually used.

I usually end up fighting against chromedriver-helper, and lately it's installing a beta version that doesn't support the latest normal release of chrome. This prevents any of the specs from running for me. Removing chromedriver-helper and making use of webdrivers is working perfectly, and it also simplifies the travis-ci config a bit.

Unless there's a specific reason we're using chromedriver-helper, I think this will help clean the development environment a bit.

@adamcreekroad adamcreekroad requested a review from catmando April 21, 2021 15:18
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

Successfully merging this pull request may close these issues.

1 participant