capybara icon indicating copy to clipboard operation
capybara copied to clipboard

Acceptance test framework for web applications

Results 67 capybara issues
Sort by recently updated
recently updated
newest added

Removed calls to deprecated methods. See https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES 4.24.0 (2024-08-23) ========================= * Deprecate WebStorage JS methods (#14276) https://github.com/SeleniumHQ/selenium/pull/14276 https://github.com/SeleniumHQ/selenium/pull/14276/commits/fc6c070e713b02c8488850a0b7ae1d382a6275a6

**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:...

## Meta Capybara Version: 3.40 Driver Information (and browser if relevant): `selenium_chrome` and `selenium_chrome_headless` PR https://github.com/teamcapybara/capybara/pull/2768 solves this issue. ## Expected Behavior There should be no search engine selection modal....

Here's a fix for the Capybara vs. Cucumber vs. Aruba's `all` method conflict problem described in #2761 Cucumber's implementation is that it creates a world by mixing-in various modules on...

## Meta Capybara Version: 3.40.0 Driver Information (and browser if relevant): * selenium-webdriver: 4.10.0 * Firefox: 128.0 (Snap Installation) ## Expected Behavior * Tests written with Cucumber and Capybara should...

## Meta Capybara Version: 3.39.2 Driver Information (and browser if relevant): selenium-webdriver (4.23.0) using headless chrome ## Expected Behavior I've been using successfully using Capybara in Rails for quite some...

In recent versions of Chrome, a search engine selection modal is shown when first opening the browser, which causes specs to fail with errors like this: Selenium::WebDriver::Error::UnknownError: unknown error: failed...