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

Update Selenium to use Options #81

Merged
merged 1 commit into from
Feb 27, 2019
Merged

Conversation

Cruikshanks
Copy link
Member

Since the update to selenium we have been getting deprecation warnings about the use of the switches: argument when registering the chrome driver, and the profile: argument when registering Firefox.

These have both been deprecated in favour of using options:.

So this change updates Quke to use the new way of passing our configuration to the driver when registering it via Capybara.

Since the update to selenium we have been getting deprecation warnings about the use of the `switches:` argument when registering the chrome driver, and the `profile:` argument when registering Firefox.

These have both been deprecated in favour of using `options:`.

So this change updates Quke to use the new way of passing our configuration to the driver when registering it via Capybara.
@Cruikshanks Cruikshanks added the bug Something isn't working label Feb 27, 2019
@Cruikshanks Cruikshanks self-assigned this Feb 27, 2019
@Cruikshanks Cruikshanks merged commit 217a59c into master Feb 27, 2019
@Cruikshanks Cruikshanks deleted the convert-switches-options branch February 27, 2019 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant