Created by: dependabot-preview[bot]
Bumps capybara from 2.18.0 to 3.9.0.
Changelog
Sourced from capybara's changelog.
Version 3.9.0
Release date: 2018-10-03
Added
- Selenium with Chrome removes all cookies at session reset instead of just cookies from current domain if possible
- Support for Regexp for system :id and :class filters where possible
using_sessionnow accepts a session object as well as the name of the session for users who manually manage sessions- The
:fieldselector will now findtype = "hidden"fields if thetype: "hidden"filter option is providedVersion 3.8.2
Release date: 2018-09-26
Fixed
- Fixed negated class selector option - Issue #2103
Version 3.8.1
Release date: 2018-09-22
Fixed
- Filling in of date fields with a string when using selenium chrome regression [Micah Geisel]
Version 3.8.0
Release date: 2018-09-20
Added
- Workaround geckodriver 0.22 issue with undefined pause durations
- :element selector ignores XML namespaces
Fixed
- Added Errno::ECONNRESET to the errors which will allows https server detection
Version 3.7.2
Release date: 2018-09-12
Fixed
Fix MatchQuery based matchers when used on a root element found using any type of parent/ancestor query - Issue #2097
Fix Chrome/FF HTML5 drag simulation for elements (a, img) which default to draggable - Issue #2098
Version 3.7.1
Release date: 2018-09-05
Fixed
... (truncated)
Commits
-
b5a7b74Prepare for 3.9.0 release -
6226da2Update History.md -
28c9564Mark Capybara::Server as private api which it should have been previously -
3499480Move basic selector condition generation into builder classes -
3778898Support regexp for system :id and :class filters -
15ca8c7Move regexp disassembler into own class -
907b9e2Optimize attribute checking for :element selector -
318f595test for removal of all cookies in all drivers -
54a368bChrome provides us the ability to clear ALL cookies - so use it -
29853e4Allowusing_sessionto accept a name or Session object - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.