Overview
Request 624218 accepted
- Update to version 3.4.0
# 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
* Session#evaluate_script and Element#evaluate_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
- Created by bgeuken
- In state accepted
- Package maintainer: mschnitzer
- Supersedes 624205
Request History
bgeuken created request
- Update to version 3.4.0
# 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
* Session#evaluate_script and Element#evaluate_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
mschnitzer accepted request