Skip to content

Bump com.codeborne:selenide from 7.9.3 to 7.16.0 - #6565

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 12, 2026

Copy link
Copy Markdown
Contributor

Bumps com.codeborne:selenide from 7.9.3 to 7.16.0.

Release notes

Sourced from com.codeborne:selenide's releases.

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

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

v7.14.0

What's Changed

  • fix downloading files that have space in name (#3231)
  • #3227 fix downloading file from Grid which is few seconds behind the central time (#3240)
  • #3233 enable fail fast mechanism in download method for selenium grid -- thanks to @​rosolko (#3234)

... (truncated)

Changelog

Sourced from com.codeborne:selenide's changelog.

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)
  • #3233 enable fail fast mechanism in download method for selenium grid -- thanks to Aliaksandr Rasolka (#3234)
  • forbid removing Selenide own proxy filters -- thanks to Aliaksandr Rasolka (#3221)
  • add method to remove all request or response filters separately -- thanks to Aliaksandr Rasolka (#3221)
  • unify value masking -- thanks to Aliaksandr Rasolka (#3226)
  • add method to mark value as sensitive in type options -- thanks to Aliaksandr Rasolka (#3226)
  • export Video Recorder (#3230)
  • shorten format of timeouts shown in error messages, e.g. "100 ms." -> "100ms" (#3235)
  • update Selenium from 4.39.0 to 4.40.0, incl. CDP v143 -> v144 (#3237)

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

... (truncated)

Commits
  • 54c7c6a release Selenide 7.16.0
  • 8eda33e hold webdrivers in Map instead of List
  • 0faca77 gradually stop the screenshooter thread
  • 639d353 decrease timeout for "captureScreenshot" CDP command
  • ced20c6 update Selenium from 4.42.0 to 4.43.0
  • 05f30b4 slightly increase default timeout in tests
  • 795cf99 move tool name and description to McpTool constructor
  • e1ab9c0 fix SonarQube issues: reduce duplication, fix reliability bug
  • 2760d57 support both data-test-id and data-testid attributes in MCP server
  • dfbf699 update AI config: add code style guidelines to CLAUDE.md, gitignore AI settings
  • 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.0.
- [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.0)

---
updated-dependencies:
- dependency-name: com.codeborne:selenide
  dependency-version: 7.16.0
  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 Apr 12, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner April 12, 2026 02:04
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 12, 2026
@dependabot
dependabot Bot requested review from ikalinin1, valfirst and vkepin April 12, 2026 02:04
@dependabot dependabot Bot added the java Pull requests that update Java code label Apr 12, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 10, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #6621.

@dependabot dependabot Bot closed this May 10, 2026
@dependabot
dependabot Bot deleted the dependabot/gradle/com.codeborne-selenide-7.16.0 branch May 10, 2026 02:04
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