Skip to content

Bump selenide from 4.2 to 5.16.1#52

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

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

Conversation

@dependabot-preview

Copy link
Copy Markdown

Bumps selenide from 4.2 to 5.16.1.

Release notes

Sourced from selenide's releases.

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
  • #1051 add extension point for customizing saving page source -- see PR #1321
  • #1051 add extension point for downloading files from remote browsers

Error messages:

  • Improve NOT condition description -- thanks to Pavel Fokin for PR #1306
  • Improve AND condition description -- thanks to Pavel Fokin for PR #1300
  • Add parent element to ElementFinder.getSearchCriteria -- thanks to Petro Ovcharenko for PR #1312
  • #1261 Add actual own text to error message (when one of checks ownText, exactOwnText fails) -- see PR #1294
  • #987 Avoid throwing "Element not found" when actually a file is not found -- see PR #1301
  • #1302 show ClickOptions details in report -- see PR #1303

Other:

  • Add collection condition $$.shouldHave(exactTextsCaseSensitiveInAnyOrder(...)) -- thanks to Vitali Plagov for PR #1286
  • #1298 fix href condition for encoded values -- thanks to @rerednaw for PR #1299
  • #1307 Allow Chrome to download multiple files in one request (set as default setting) -- thanks to Alexei Vinogradov for PR #1308
  • #1322 allow downloading a file with slash in name -- see PR #1323
  • fix version of Guava 30.0-jre (to avoid all those endless problems when Maven or Gradle transitively resolves too old Guava version)
  • Build Selenide with github actions (instead of Travis CI) -- thanks to Boris Osipov for PR #1319

v5.15.0

Changes

🚀 Features

v5.14.2

Changes

v5.14.0

Changes

Changelog

Sourced from selenide's changelog.

5.16.1 (released 23.11.2020)

  • #1314 do not exclude "load-extension" switch if Chrome is opened with extensions -- see PR #1324
  • #1315 support custom DriverFactory for running remote browsers -- see PR #1324

5.16.0 (released 20.11.2020)

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
  • #1051 add extension point for customizing saving page source -- see PR #1321
  • #1051 add extension point for downloading files from remote browsers

Error messages:

  • Improve NOT condition description -- thanks to Pavel Fokin for PR #1306
  • Improve AND condition description -- thanks to Pavel Fokin for PR #1300
  • Add parent element to ElementFinder.getSearchCriteria -- thanks to Petro Ovcharenko for PR #1312
  • #1261 Add actual own text to error message (when one of checks ownText, exactOwnText fails) -- see PR #1294
  • #987 Avoid throwing "Element not found" when actually a file is not found -- see PR #1301
  • #1302 show ClickOptions details in report -- see PR #1303

Other:

  • Add collection condition $$.shouldHave(exactTextsCaseSensitiveInAnyOrder(...)) -- thanks to Vitali Plagov for PR #1286
  • #1298 fix href condition for encoded values -- thanks to @rerednaw for PR #1299
  • #1307 Allow Chrome to download multiple files in one request (set as default setting) -- thanks to Alexei Vinogradov for PR #1308
  • #1322 allow downloading a file with slash in name -- see PR #1323
  • fix version of Guava 30.0-jre (to avoid all those endless problems when Maven or Gradle transitively resolves too old Guava version)
  • Build Selenide with github actions (instead of Travis CI) -- thanks to Boris Osipov for PR #1319

5.15.1 (released 03.10.2020)

  • Fix creating logs dir in parallel tests
  • #1268 Make setting Configuration.pageLoadTimeout safe (don't crash in Appium or any other webdriver not supporting such a setting)

5.15.0 (released 25.09.2020)

  • Add method to work with LocalStorage (add/remove/clear elements) -- thanks to Dmytro Stekanov for PR #1274
  • #1268 Add setting Configuration.pageLoadTimeout -- see PR #1269 NB! Default value is now 30 seconds.
  • #1261 Add conditions ownText, exactOwnText -- see PR #1262
  • #1173 Add new click via ClickOptions -- thanks to Dmytro Stekanov for PR #1226
  • #1259 Add new download via DownloadOptions -- see PR #1260
  • #1266 Fix performance of big filtered collections -- see PR #1270
  • #1272 Add check "href": $("a").shouldHave(href("...")) -- see PR #1273
  • Add chrome option "--no-sandbox" (I hope it should make Chrome more stable) -- see commit 3293956d
  • #1265 report a clear error message if cannot create a downloads folder -- see commit 94ece98f
  • upgraded to WebDriverManager 4.2.2 -- see commit 5da848d2
Commits

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.16.1.
- [Release notes](https://github.com/selenide/selenide/releases)
- [Changelog](https://github.com/selenide/selenide/blob/master/CHANGELOG.md)
- [Commits](https://github.com/selenide/selenide/commits)

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 Nov 24, 2020
@dependabot-preview

Copy link
Copy Markdown
Author

Superseded by #53.

@dependabot-preview dependabot-preview Bot deleted the dependabot/gradle/com.codeborne-selenide-5.16.1 branch November 26, 2020 05:54
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