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

Migrate from helpers to webdrivers #96

Merged
merged 1 commit into from
Aug 21, 2019
Merged

Conversation

Cruikshanks
Copy link
Member

In March 2019 the maintainer of chromedriver-helper announced his intention to end support for the gem.

He recommended everyone switch to using webdrivers instead.

So as of March 30 2019 chromedriver-helper has not been supported and the project archived. This change covers migrating to webdrivers. As webdrivers also handles the geckodriver for firefox as well as chromedriver, we're also able to drop geckodriver-helper in this change.

Resolves #95

@Cruikshanks Cruikshanks added the housekeeping Refactoring, tidying up or other work which supports the code label Aug 20, 2019
@Cruikshanks Cruikshanks self-assigned this Aug 20, 2019
In March 2019 the maintainer of [chromedriver-helper](https://github.com/flavorjones/chromedriver-helper) announced his intention to [end support for the gem](flavorjones/chromedriver-helper#83).

He recommended everyone switch to using [webdrivers](https://github.com/titusfortner/webdrivers) instead.

So as of March 30 2019 chromedriver-helper has not been supported and the project archived. This change covers migrating to webdrivers. As webdrivers also handles the geckodriver for firefox as well as chromedriver, we're also able to drop [geckodriver-helper](https://github.com/DevicoSolutions/geckodriver-helper) in this change.

Resolves #95
@Cruikshanks Cruikshanks force-pushed the migrate-to-webdrivers branch 2 times, most recently from 934a748 to 0045973 Compare August 20, 2019 16:32
@Cruikshanks Cruikshanks merged commit ad01066 into master Aug 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
housekeeping Refactoring, tidying up or other work which supports the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace chrome and gecko drivers with WebDrivers gem
1 participant