Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Issue deprecation warning for initializing the driver with a hash #806

Open
jferris opened this issue Jul 1, 2015 · 1 comment
Open
Milestone

Comments

@jferris
Copy link
Contributor

jferris commented Jul 1, 2015

Several users are registering custom webkit drivers:

Capybara.register_driver :quiet_webkit do |app|
  Capybara::Webkit::Driver.new(app, stderr: QuietWebkit.new)
end

When passing a hash, the globally configured options are not applied, which is confusing. Let's issue a deprecation warning and provide documentation for customizing the driver.

@twalpole
Copy link
Collaborator

twalpole commented Nov 9, 2017

Is this still valid?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants