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_session
now accepts a session object as well as the name of the session for users who manually manage sessions- The
:field
selector 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
... (truncated) Fixed
Commits
-
b5a7b74
Prepare for 3.9.0 release -
6226da2
Update History.md -
28c9564
Mark Capybara::Server as private api which it should have been previously -
3499480
Move basic selector condition generation into builder classes -
3778898
Support regexp for system :id and :class filters -
15ca8c7
Move regexp disassembler into own class -
907b9e2
Optimize attribute checking for :element selector -
318f595
test for removal of all cookies in all drivers -
54a368b
Chrome provides us the ability to clear ALL cookies - so use it -
29853e4
Allowusing_session
to 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot ignore this [patch|minor|major] version
will 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 dependency
will 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 labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will 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.