Skip to content

Bump selenide from 4.2 to 5.18.0#60

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

Bump selenide from 4.2 to 5.18.0#60
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.codeborne-selenide-5.18.0

Conversation

@dependabot-preview

Copy link
Copy Markdown

Bumps selenide from 4.2 to 5.18.0.

Release notes

Sourced from selenide's releases.

v5.17.3

Changes

  • #1361 Fix int method arguments displaying in selenide report(log) -- thanks to Pavel Fokin @fokinp
  • #1363 Add human-readable description of FileFilter arguments in selenide report -- thanks to Pavel Fokin @fokinp
  • #1364 Fix download log event missing in case of FileNotFoundException -- thanks to Pavel Fokin @fokinp
  • #1360 extract interface PageObjectFactory from SelenidePageFactory
  • #1360 move usages of o.o.s.s.pagefactory.Annotations to SelenidePageFactory.findSelector() - make it customizable

v5.17.0

Changes

  • #1200 Add method $.as("name") to give elements human-readable names -- see PR #1353
  • #1329 Apply chrome headless arguments from puppeteer config -- thanks to Aliaksandr Rasolka
  • #1346 Return all shadow dom elements -- thanks to Daniel H. Peger for PR #1347

Deprecate waitUntil

  • #1136 add method $.shouldBe(condition, timeout) as a replacement for $.waitUntil(condition, timeout) -- see PR #1340
  • #1136 deprecate Conditions that were created for using with $.waitUntil/$.waitWhile methods -- see PR #1340
  • #1338 improve message of waitUntil/waitWhile methods -- see PR #1340

Page objects

  • #694 support page object fields of generic types -- see PR #1351
  • #282, #482 enable lazy loading for Page Object fields of type List -- see PR #1354

Technical stuff

  • #1348 split the single gradle project to subprojects
  • #1344 Fixed OS dependencies in Selenide tests -- thanks to Daniel H. Peger for PR #1345
  • #1343 Simple code cleanup -- thanks to Yuri Orlov
  • Upgraded to browserup-proxy:2.1.2 and guava:30.1-jre
  • Support for chrome 88, edge 89, opera 73

v5.16.2

Changes

v5.16.1

Changes

v5.16.0

Selenide plugins:

  • #1051 implement Selenide plugins system -- see PR #1264
  • #1051 add extension point for describing WebElement/AppiumElement
  • #1051 add extension point for customizing taking screenshots -- see PR #1317

... (truncated)

Changelog

Sourced from selenide's changelog.

5.18.0 (released 23.01.2021)

  • #1365 disable webdriver logs by default -- see PR #1379 (they still can be enabled by Configuration.webdriverLogsEnabled = true)
  • #1377 Replace long timeout with Duration for ElementsCollection -- thanks to Ostap Oleksyn for PR #1377!
  • #1373 speed up $(shadowCss()) -- also thanks to @sakamoto66 for issue #1246 and PR #1233!
  • #1369 fix checks $.shouldNot(and(...)) and $.shouldNot(or(...)) -- see PR #1370
  • #1369 don't allow and and or with only one condition -- see PR #1370
  • #1366 detect mismatching "browserName" capability -- see PR #1374
  • #1376 display duration argument in report as "1s" or "300 ms" -- see PR #1378
  • upgraded to WebDriverManager 4.3.1 -- see changelog

5.17.4 (released 14.01.2021)

  • #1360 make SelenidePageFactory even more customizable

5.17.3 (released 10.01.2021)

  • #1361 Fix int method arguments displaying in selenide report(log) -- thanks to Pavel Fokin @fokinp
  • #1363 Add human-readable description of FileFilter arguments in selenide report -- thanks to Pavel Fokin @fokinp
  • #1364 Fix download log event missing in case of FileNotFoundException -- thanks to Pavel Fokin @fokinp
  • #1360 extract interface PageObjectFactory from SelenidePageFactory
  • #1360 move usages of o.o.s.s.pagefactory.Annotations to SelenidePageFactory.findSelector() - make it customizable

5.17.2 (released 30.12.2020)

  • #1355 make Commands return SelenideElement instead of WebElement -- thanks to Boris Osipov
  • #1356 fix method $.setValue(null) -- thanks to Dmitriy Zemlyanitsyn for PR #1357
  • #1070 #981 enable using soft asserts in @BeforeAll and @AfterAll methods (in JUnit 5) -- see PR #1359

5.17.1: broken, please ignore it.

5.17.0 (released 26.12.2020)

  • #1200 Add method $.as("name") to give elements human-readable names -- see PR #1353

  • #1329 Apply chrome headless arguments from puppeteer config -- thanks to Aliaksandr Rasolka

  • #1346 Return all shadow dom elements -- thanks to Daniel H. Peger for PR #1347

  • #1136 add method $.shouldBe(condition, timeout) as a replacement for $.waitUntil(condition, timeout) -- see PR #1340

  • #1136 deprecate Conditions that were created for using with $.waitUntil/$.waitWhile methods -- see PR #1340

  • #1338 improve message of waitUntil/waitWhile methods -- see PR #1340

  • #694 support page object fields of generic types -- see PR #1351

  • #282, #482 enable lazy loading for Page Object fields of type List -- see PR #1354

  • #1348 split the single gradle project to subprojects

  • #1344 Fixed OS dependencies in Selenide tests -- thanks to Daniel H. Peger for PR #1345

  • #1343 Simple code cleanup -- thanks to Yuri Orlov

  • Upgraded to browserup-proxy:2.1.2 and guava:30.1-jre

  • Support for chrome 88, edge 89, opera 73

5.16.2 (released 25.11.2020)

  • #1332 return old click(int, int) command logic -- thanks to Petro Ovcharenko for PR #1333
  • make SoftAssertsExtension thread-safe -- thanks to @dtuchs for PR #1334
  • #1258 fix soft asserts with ParameterizedTest in jUnit5 -- see PR #1328

... (truncated)

Commits
  • 76a3bde release Selenide 5.18.0
  • d2a2a1d #50 change scope of selenide and appium dependencies from "implementation" to...
  • b479dd6 Replace long timeout with Duration for ElementsCollection (#1377)
  • 29f13a7 #1136 fix javadoc
  • 825430b log test class name instead of "LogTestNameExtensions"
  • 9760a2b #1365 disable webdriver logs by default
  • d71301f #1376 display duration argument in report as "1s" or "300 ms" (#1378)
  • b9deaea cleanup: remove JQuery from the test page
  • 567cf9f make a small pause before running double-click test
  • 93b51a2 #1366 detect mismatching "browserName" capability
  • 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)
  • @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)
  • 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)

Bumps [selenide](https://github.com/selenide/selenide) from 4.2 to 5.18.0.
- [Release notes](https://github.com/selenide/selenide/releases)
- [Changelog](https://github.com/selenide/selenide/blob/master/CHANGELOG.md)
- [Commits](selenide/selenide@selenide-4.2...v5.18.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Jan 25, 2021
@dependabot-preview

Copy link
Copy Markdown
Author

Superseded by #62.

@dependabot-preview dependabot-preview Bot deleted the dependabot/gradle/com.codeborne-selenide-5.18.0 branch February 12, 2021 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants