You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: This is for issues with Capybara. If you have a howto type question, please ask on the mailing list as requested in the README: http://groups.google.com/group/ruby-capybara
Note: This is for issues with Capybara. If you have a howto type question, please ask on the mailing list as requested in the README: http://groups.google.com/group/ruby-capybara
Meta
Capybara Version: 3.40
Driver: Playwright
Expected Behavior
Capybara.default_driver = :any-other-than-selenium
should switch-off Selenium, like described in the docs. More Details are on a playwright-issue.I want to get rid of Selenium because it is slowing down my tests. See Results on my last comments.
Actual Behavior
When i then add the gem
selenium-webdriver
, Capybara is satisfied and the test is passing (with Playwright).Best Regards, Chris
The text was updated successfully, but these errors were encountered: