Capybara-py

Latest version: v0.1.6

Safety actively analyzes 623909 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 13

3.6.0

Release date: 2018-08-14

Added

* Workaround geckodriver/firefox send_keys issues as much as possible using the Selenium actions API
* Workaround lack of HTML5 native drag and drop events when using Selenium driver with Chrome and FF >= 62
* `Capybara.predicates_wait` option which sets whether or not Capybaras matcher predicate methods (`has_css?`, `has_selector?`, `has_text?`, etc.) default to using waiting/retrying behavior (defaults to true)

3.5.1

Release date: 2018-08-03

Fixed

* Fixed misspelled method name `refute_matches_elector` => `refute_matches_selector`

3.5.0

Release date: 2018-08-01

Added

* text predicates and matchers (`has_text?`, `has_content?`, `assert_text`, etc) now support a `normalize_ws` option

Fixed

* `attach_file` with Selenium and local Firefox 62+ now correctly generates only one change event when attaching multiple files

3.4.2

Release date: 2018-07-24

Fixed

* `match_xxx` selectors and `matches_xxx?` predicates work correctly with elements found using a sibling selector - Issue 2073

3.4.1

Release date: 2018-07-20

Fixed

* `Sessionevaluate_script` now strips the script in `Session` rather than only in the Selenium driver

3.4.0

Release date: 2018-07-19

Fixed

* Make selenium driver :backspace clear stategy work even if caret location is in middle of field content [Champier Cyril]
* Selenium issue with fieldset nested in disabled fieldset not being considered disabled
* `Sessionevaluate_script` and `Elementevaluate_script` now strip leading/trailing whitespace from scripts [Ian Lesperance]

Added

* Work around Selenium lack of support for `file_detector` with remote geckodriver
* `within_frame` locator is optional when only one frame exists
* `Capybara.test_id` option that allows for matching the Capybara provided selector types on an arbitrary attribute
(defaults to nil), set to your test id attribute ('data-test-id, etc) if using test id attributes in your project

Page 1 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.