Skip to content

Bump com.codeborne:selenide from 7.9.3 to 7.16.1#6621

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

Bump com.codeborne:selenide from 7.9.3 to 7.16.1#6621
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.codeborne-selenide-7.16.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 10, 2026

Copy link
Copy Markdown
Contributor

Bumps com.codeborne:selenide from 7.9.3 to 7.16.1.

Release notes

Sourced from com.codeborne:selenide's releases.

v7.16.1

What's Changed

New Contributors

Full Changelog: selenide/selenide@v7.16.0...v7.16.1

v7.16.0

What's Changed

  • #3091 Add Selenide MCP server (#3291)
  • Add WebSockets support in Selenide proxy see BUP changelog (#3293) (#3290)
  • #3280 fix searching element by label (#3282)
  • #3283 fix CDP download when multiple tabs are open (#3284)
  • change default FireFox behavior for unhandled alerts from "accept" to "ignore" (#3285)
  • disable form resubmission confirmation dialog in Firefox (#3285)
  • support $.ancestor() and $.closest() with multiple class names (#3286)
  • #3278 fix video recorder for custom WebDriver management (#3279) -- thanks to Kamil Pająk
  • #3278 fallback taking screenshot to WebDriver method if CDP or BiDi doesn't work (#3279) -- thanks to Kamil Pająk
  • #3278 Video recorder: don't log "Video recorded" when no video file was created (#3279) -- thanks to Kamil Pająk
  • Video recorder: fix FFmpeg usage (selenide/selenide@46bbf82eedc) -- thanks to Aliaksandr Rasolka
  • Video recorder: fix gaps in recorded video (#3297)
  • update Selenium from 4.41.0 to 4.43.0, incl. CDP v145 -> v147 (#3294) (#3296)

New Contributors

Full Changelog: selenide/selenide@v7.15.1...v7.16.0

v7.15.1

What's Changed

  • #3274 Revert "limit execution time of all Selenide commands" (#3276)
  • #3251 stop downloading a file from remote browser after given timeout (#3276)
  • bump Appium from 10.0.0 to 10.1.0

Full Changelog: selenide/selenide@v7.15.0...v7.15.1

v7.15.0

What's Changed

... (truncated)

Changelog

Sourced from com.codeborne:selenide's changelog.

7.16.1 (05.05.2026)

  • #3300 fix downloading files in Selenoid and Moon (#3301)
  • fix VideoMerger edge case when only one screenshot (#3299)
  • Fix disposables registry leak bug (#3314)
  • Bump io.appium:java-client from 10.1.0 to 10.1.1 (#3306)
  • Bump jacksonVersion from 2.21.2 to 2.21.3 (#3311)

See https://github.com/selenide/selenide/milestone/240?closed=1

7.16.0 (10.04.2026)

  • #3091 Add Selenide MCP server (#3291)
  • Add WebSockets support in Selenide proxy see BUP changelog (#3293) (#3290)
  • #3280 fix searching element by label (#3282)
  • #3283 fix CDP download when multiple tabs are open (#3284)
  • change default FireFox behavior for unhandled alerts from "accept" to "ignore" (#3285)
  • disable form resubmission confirmation dialog in Firefox (#3285)
  • support $.ancestor() and $.closest() with multiple class names (#3286)
  • #3278 fix video recorder for custom WebDriver management (#3279) -- thanks to Kamil Pająk
  • #3278 fallback taking screenshot to WebDriver method if CDP or BiDi doesn't work (#3279) -- thanks to Kamil Pająk
  • #3278 Video recorder: don't log "Video recorded" when no video file was created (#3279) -- thanks to Kamil Pająk
  • Video recorder: fix FFmpeg usage (selenide/selenide@46bbf82eedc) -- thanks to Aliaksandr Rasolka
  • Video recorder: fix gaps in recorded video (#3297)
  • update Selenium from 4.41.0 to 4.43.0, incl. CDP v145 -> v147 (#3294) (#3296)

See https://github.com/selenide/selenide/milestone/239?closed=1

7.15.1 (01.04.2026)

  • #3274 Revert "limit execution time of all Selenide commands" (#3276)
  • #3251 stop downloading a file from remote browser after given timeout (#3276)
  • bump Appium from 10.0.0 to 10.1.0

See https://github.com/selenide/selenide/milestone/238?closed=1

7.15.0 (11.03.2026)

  • add option to skip downloading the full file content (#3264)
  • #3265 support running ChromeDriver in "remote debugger" mode (#3266)
  • #3243 Take screenshot in remote Chrome even if CDP port not available (#3245)
  • #3251 limit execution time of all Selenide commands (#3263)
  • fix video size in situation when browser size has been changing (#3262)
  • #3255 fix "OR" condition for missing elements (#3256)
  • update Selenium from 4.40.0 to 4.41.0, incl. CDP v144 -> v145 (#3252)

See https://github.com/selenide/selenide/milestone/237?closed=1

7.14.0 (21.01.2026)

  • fix downloading files that have space in name (#3231)
  • #3227 fix downloading file from Grid which is few seconds behind the central time (#3240)

... (truncated)

Commits
  • ea651b9 release Selenide 7.16.1
  • 04d9526 Bump nettyVersion from 4.2.12.Final to 4.2.13.Final
  • 7ad477d close the forgotten webdriver in ReportForChainedElementsTest
  • 31a60f0 add test name to current thread's name
  • ee50577 don't lose a webdriver when register() overwrites an existing key
  • aa04dc8 add design doc for DisposablesRegistry leak fix
  • a15f37c Bump com.github.spotbugs from 6.5.1 to 6.5.4
  • ec60379 fix old flaky tests on slow Windows machine
  • d7ebd82 exclude TestNG tests from "*_smoke" tasks
  • b95830f mark smoke tests with JUnit's TAG, not by name
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [com.codeborne:selenide](https://github.com/selenide/selenide) from 7.9.3 to 7.16.1.
- [Release notes](https://github.com/selenide/selenide/releases)
- [Changelog](https://github.com/selenide/selenide/blob/main/CHANGELOG.md)
- [Commits](selenide/selenide@v7.9.3...v7.16.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 10, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 10, 2026 02:04
@dependabot dependabot Bot requested review from ikalinin1, valfirst and vkepin May 10, 2026 02:04
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 10, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 31, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #6653.

@dependabot dependabot Bot closed this May 31, 2026
@dependabot dependabot Bot deleted the dependabot/gradle/com.codeborne-selenide-7.16.1 branch May 31, 2026 02:02
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants