Skip to content

Bump selenide from 5.24.4 to 6.0.0#668

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.codeborne-selenide-6.0.0
Closed

Bump selenide from 5.24.4 to 6.0.0#668
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.codeborne-selenide-6.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 25, 2021

Bumps selenide from 5.24.4 to 6.0.0.

Release notes

Sourced from selenide's releases.

v5.25.0

🚀 Features

  • #969 Add support for OpenTest4j -- see PR #1545
  • #1543 add stack trace to every error in SoftAsserts -- see PR #1545
  • #1515 add method $.shadowRoot() -- see PR #1517
  • #1556 add method SelenideElement.ancestor() -- thanks Oleg Berezhnoy for PR #1567
  • #1554 Enhance closest() and ancestor() methods to search by attribute -- thanks to Vitali Plagov for PR #1554
  • #1573 add check webdriver().shouldHave(title(...)) -- thanks Ervīns Patmalnieks for PR #1579

Changes

  • #1571 fix method $.screenshot() on Retina display -- see PR #1576
  • #217 report exact text at the moment of failure of text conditions -- thanks Pavel Fokin for PR #1313
  • #1566 forbid empty regex in MatchText

Technical details

  • #984 use gradle format accepted by Dependabot (#1583) @​asolntsev
  • big cleanup of unit-tests (#1584) @​asolntsev
  • NB! We changed the signature of many Selenide assertion errors:
    • changed order of "expected" and "actual" values
    • removed "driver" parameter from constructor
Changelog

Sourced from selenide's changelog.

6.0.0 (released 25.10.2021)

  • upgrade to Selenium 4.0.0
  • #1593 Publish Selenide as separate artifacts: selenide.jar, selenide-proxy.jar, selenide-testng.jar etc.
  • #1581 report exact actual value at the moment of failure
  • Remove lots of deprecated methods -- thanks @​BorisOsipov for PR selenide/selenide#1607
  • Remove support for "legacy_firefox" (upto ESR 52)
  • #1619 remove setting "startMaximized" - use "browserSize" instead
  • #1619 remove setting "versatileSetValue" - use "selectOptionByValue" or "selectRadio" instead
  • Make Selenide.sleep(N) guarantee the sleep duration
  • #1615 Added method for adding WebDriverListeners (as a replacement for deprecated WebDriverEventListeners)

5.25.0 (released 28.09.2021)

  • #969 Add support for OpenTest4j -- see PR #1545 NB! We changed the signature of many Selenide assertion errors:
    • changed order of "expected" and "actual" values
    • removed "driver" parameter from constructor
  • #1543 add stack trace to every error in SoftAsserts -- see PR #1545
  • #1515 add method $.shadowRoot() -- see PR #1517
  • #1556 add method SelenideElement.ancestor() -- thanks Oleg Berezhnoy for PR #1567
  • #1554 Enhance closest() and ancestor() methods to search by attribute -- thanks to Vitali Plagov for PR #1554
  • #1571 fix method $.screenshot() on Retina display -- see PR #1576
  • #217 report exact text at the moment of failure of text conditions -- thanks Pavel Fokin for PR #1313
  • #1566 forbid empty regex in MatchText
  • #1573 add check webdriver().shouldHave(title(...)) -- thanks Ervīns Patmalnieks for PR #1579
Commits
  • ebeac70 release Selenide 6.0.0
  • b05d53d #1581 improve format of actual value in error messages
  • e580b63 make output of "and" and "or" conditions more readable
  • 165b86b #1619 update changelog
  • b9d54d9 Cleanup configuration
  • 393088d * #1593 Publish Selenide as separate artifacts
  • 402c6d4 fix flaky test: make sure Thread.sleep(15) doesn't awake earlier (in our case...
  • 8cec2de #1474 remove workaround for NPE in RemoteWebElement.isDisplayed()
  • 4b7434c fix "NET::ERR_CERT_INVALID" error when running tests in Opera browser
  • 099e8a8 fix flaky tests on Edge browser
  • Additional commits viewable in compare view

Dependabot compatibility score

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.


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 squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Bumps [selenide](https://github.com/selenide/selenide) from 5.24.4 to 6.0.0.
- [Release notes](https://github.com/selenide/selenide/releases)
- [Changelog](https://github.com/selenide/selenide/blob/master/CHANGELOG.md)
- [Commits](selenide/selenide@v5.24.4...v6.0.0)

---
updated-dependencies:
- dependency-name: com.codeborne:selenide
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Oct 26, 2021

Superseded by #669.

@dependabot dependabot Bot closed this Oct 26, 2021
@dependabot dependabot Bot deleted the dependabot/gradle/com.codeborne-selenide-6.0.0 branch October 26, 2021 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

theme:build theme:selenide type:dependencies Pull requests that update a dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants