Skip to content

build(deps): Bump selenide.version from 7.16.2 to 7.17.0#6281

Merged
iliyan-velichkov merged 2 commits into
masterfrom
dependabot/maven/selenide.version-7.17.0
Jul 16, 2026
Merged

build(deps): Bump selenide.version from 7.16.2 to 7.17.0#6281
iliyan-velichkov merged 2 commits into
masterfrom
dependabot/maven/selenide.version-7.17.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps selenide.version from 7.16.2 to 7.17.0.
Updates com.codeborne:selenide from 7.16.2 to 7.17.0

Release notes

Sourced from com.codeborne:selenide's releases.

v7.17.0

What's Changed

  • #3359 Add "byRole" locator - find elements by ARIA role (#3336)
  • Add more MCP tools (browser_network_requests, browser_fill_form, browser_tab_list, browser_resize etc.) (#3335)
  • #3261 add method $.downloadFiles() for downloading multiple files at once (#3334)
  • #2761 Make SelenideAppiumElement methods find, $, $x, findAll, $$, $$x return SelenideAppiumElements (#3373) -- thanks to Stanislav Vasenkov for PR #3362
  • add methods for adding/deleting/verifying cookies: Selenide.cookies().clear() (#3375)
  • #3357 deprecate methods clearBrowserLocalStorage() and clearBrowserCookies() in favor of new method cookies() -- thanks to Stanislav Vasenkov (#3361)
  • #3348 add element()/elements() aliases to SelenideAppium for Kotlin projects -- thanks to Gabriel Baldez (#3350)
  • convert debug logs to trace ("Method {} execution failed" during re-try Selenide commands)
  • update Selenium from 4.44.0 to 4.45.0 (incl. CDP from 148 -> 149) (#3347)
  • update Selenium from 4.45.0 to 4.46.0 (incl. CDP from 149 -> 150) (#3374)

New Contributors

Full Changelog: selenide/selenide@v7.16.2...v7.17.0

Changelog

Sourced from com.codeborne:selenide's changelog.

7.17.0 (12.07.2026)

  • #3359 Add "byRole" locator - find elements by ARIA role (#3336)
  • Add more MCP tools (browser_network_requests, browser_fill_form, browser_tab_list, browser_resize etc.) (#3335)
  • #3261 add method $.downloadFiles() for downloading multiple files at once (#3334)
  • #2761 Make SelenideAppiumElement methods find, $, $x, findAll, $$, $$x return SelenideAppiumElements (#3373) -- thanks to Stanislav Vasenkov for PR #3362
  • add methods for adding/deleting/verifying cookies: Selenide.cookies().clear() (#3375)
  • #3357 deprecate methods clearBrowserLocalStorage() and clearBrowserCookies() in favor of new method cookies() -- thanks to Stanislav Vasenkov (#3361)
  • #3348 add element()/elements() aliases to SelenideAppium for Kotlin projects -- thanks to Gabriel Baldez (#3350)
  • convert debug logs to trace ("Method {} execution failed" during re-try Selenide commands)
  • update Selenium from 4.44.0 to 4.45.0 (incl. CDP from 148 -> 149) (#3347)
  • update Selenium from 4.45.0 to 4.46.0 (incl. CDP from 149 -> 150) (#3374)

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

Commits
  • a443552 release Selenide 7.17.0
  • 0ef266f add method Selenide.cookies()
  • f646b10 #3357 Deprecate clearBrowserLocalStorage() and clearBrowserCookies() (#3361)
  • c26d557 #2761 Make SelenideAppiumElement's find/$/$x/findAll/$$/$$x return Appium-typ...
  • f8c4379 ignore the known Selenoid bug with clipboard
  • b5b3df2 remove duplicate time units in few messages
  • a2d2f8b fix flaky downloading tests
  • 6db98b8 update Selenium from 4.45.0 to 4.46.0 (incl. CDP from 149 -> 150)
  • 25d6900 build(deps): bump jacksonVersion from 2.22.0 to 2.22.1
  • a9940ed build(deps): bump nettyVersion from 4.2.15.Final to 4.2.16.Final
  • Additional commits viewable in compare view

Updates com.codeborne:selenide-core from 7.16.2 to 7.17.0

Release notes

Sourced from com.codeborne:selenide-core's releases.

v7.17.0

What's Changed

  • #3359 Add "byRole" locator - find elements by ARIA role (#3336)
  • Add more MCP tools (browser_network_requests, browser_fill_form, browser_tab_list, browser_resize etc.) (#3335)
  • #3261 add method $.downloadFiles() for downloading multiple files at once (#3334)
  • #2761 Make SelenideAppiumElement methods find, $, $x, findAll, $$, $$x return SelenideAppiumElements (#3373) -- thanks to Stanislav Vasenkov for PR #3362
  • add methods for adding/deleting/verifying cookies: Selenide.cookies().clear() (#3375)
  • #3357 deprecate methods clearBrowserLocalStorage() and clearBrowserCookies() in favor of new method cookies() -- thanks to Stanislav Vasenkov (#3361)
  • #3348 add element()/elements() aliases to SelenideAppium for Kotlin projects -- thanks to Gabriel Baldez (#3350)
  • convert debug logs to trace ("Method {} execution failed" during re-try Selenide commands)
  • update Selenium from 4.44.0 to 4.45.0 (incl. CDP from 148 -> 149) (#3347)
  • update Selenium from 4.45.0 to 4.46.0 (incl. CDP from 149 -> 150) (#3374)

New Contributors

Full Changelog: selenide/selenide@v7.16.2...v7.17.0

Changelog

Sourced from com.codeborne:selenide-core's changelog.

7.17.0 (12.07.2026)

  • #3359 Add "byRole" locator - find elements by ARIA role (#3336)
  • Add more MCP tools (browser_network_requests, browser_fill_form, browser_tab_list, browser_resize etc.) (#3335)
  • #3261 add method $.downloadFiles() for downloading multiple files at once (#3334)
  • #2761 Make SelenideAppiumElement methods find, $, $x, findAll, $$, $$x return SelenideAppiumElements (#3373) -- thanks to Stanislav Vasenkov for PR #3362
  • add methods for adding/deleting/verifying cookies: Selenide.cookies().clear() (#3375)
  • #3357 deprecate methods clearBrowserLocalStorage() and clearBrowserCookies() in favor of new method cookies() -- thanks to Stanislav Vasenkov (#3361)
  • #3348 add element()/elements() aliases to SelenideAppium for Kotlin projects -- thanks to Gabriel Baldez (#3350)
  • convert debug logs to trace ("Method {} execution failed" during re-try Selenide commands)
  • update Selenium from 4.44.0 to 4.45.0 (incl. CDP from 148 -> 149) (#3347)
  • update Selenium from 4.45.0 to 4.46.0 (incl. CDP from 149 -> 150) (#3374)

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

Commits
  • a443552 release Selenide 7.17.0
  • 0ef266f add method Selenide.cookies()
  • f646b10 #3357 Deprecate clearBrowserLocalStorage() and clearBrowserCookies() (#3361)
  • c26d557 #2761 Make SelenideAppiumElement's find/$/$x/findAll/$$/$$x return Appium-typ...
  • f8c4379 ignore the known Selenoid bug with clipboard
  • b5b3df2 remove duplicate time units in few messages
  • a2d2f8b fix flaky downloading tests
  • 6db98b8 update Selenium from 4.45.0 to 4.46.0 (incl. CDP from 149 -> 150)
  • 25d6900 build(deps): bump jacksonVersion from 2.22.0 to 2.22.1
  • a9940ed build(deps): bump nettyVersion from 4.2.15.Final to 4.2.16.Final
  • Additional commits viewable in compare view

@iliyan-velichkov

Copy link
Copy Markdown
Contributor

@dependabot recreate

1 similar comment
@iliyan-velichkov

Copy link
Copy Markdown
Contributor

@dependabot recreate

Bumps `selenide.version` from 7.16.2 to 7.17.0.

Updates `com.codeborne:selenide` from 7.16.2 to 7.17.0
- [Release notes](https://github.com/selenide/selenide/releases)
- [Changelog](https://github.com/selenide/selenide/blob/main/CHANGELOG.md)
- [Commits](selenide/selenide@v7.16.2...v7.17.0)

Updates `com.codeborne:selenide-core` from 7.16.2 to 7.17.0
- [Release notes](https://github.com/selenide/selenide/releases)
- [Changelog](https://github.com/selenide/selenide/blob/main/CHANGELOG.md)
- [Commits](selenide/selenide@v7.16.2...v7.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/maven/selenide.version-7.17.0 branch from dba88b6 to f73e7f9 Compare July 15, 2026 12:31
Selenide 7.17.0 depends on Selenium 4.46.0 (CDP 150), but the root pom
pinned selenium-java to 4.44.0. The mismatch dragged in the wrong
selenium-devtools jars, so the UI smoke tests failed with
NoClassDefFoundError: org/openqa/selenium/devtools/latest/page/Page
when Selenide's WebdriverPhotographer took a screenshot on assertion
failure. Bump the pin to 4.46.0 to match.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@iliyan-velichkov iliyan-velichkov self-assigned this Jul 16, 2026
@iliyan-velichkov
iliyan-velichkov merged commit 250ecbb into master Jul 16, 2026
10 checks passed
@iliyan-velichkov
iliyan-velichkov deleted the dependabot/maven/selenide.version-7.17.0 branch July 16, 2026 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant