Skip to content

⬆️ Update robotframework-seleniumlibrary requirement from >=5.0 to >=6.8.0#228

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/robotframework-seleniumlibrary-gte-6.8.0
Closed

⬆️ Update robotframework-seleniumlibrary requirement from >=5.0 to >=6.8.0#228
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/robotframework-seleniumlibrary-gte-6.8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Updates the requirements on robotframework-seleniumlibrary to permit the latest version.

Release notes

Sourced from robotframework-seleniumlibrary's releases.

SeleniumLibrary 6.8.0 is a new release which adds Python 3.14 support and a few other enhancements and bug fixes. SeleniumLibrary supports Python 3.8 through 3.14, Selenium 4.28.1 through 4.34.2 and Robot Framework 6.1.1 and 7.3.2.

Most important enhancement

  • Option to return embed screenshot while using Capture Page Screenshot (#1923). One is now given the additional option to return the screenshot as base64 string to be used elsewhere in the log html. If the screenshot root directory is specified as BASE64 then the screenshot string is returned. See the Capture Page Screenshot keyword doc for more information and example to place returned image in the log file.
  • Update README.rst 'Browser drivers' section (#1938). With the (long past) addition of Selenium Manager within the selenium package, the documentation on browser drivers was outdated and incorrect. This works to correct that. For more information about Selenium Manager and handling browsers and drivers see the Selenium Documentation on the topic.
  • Loosen restriction on the upper Python version allowing Python 3.14 (#1949)

Acknowledgements

I want to thank the following people for helping getting out this release ..

I also want to thank Yuri Verweij, Lassi Heikkinen, and Tatu Aalto for their ongoing contributions and support.

See full details in release notes

Changelog

Sourced from robotframework-seleniumlibrary's changelog.

Release Notes

This is not anymore updated, release notes is generated in here: https://github.com/robotframework/SeleniumLibrary/tree/master/docs

3.3.0

  • Added Cover Element keyword to hide elements without breaking page layout [SergiuTudos]

3.2.0

  • Added message param to keywords Location Should Be and Location Should Contain to display custom error message [taniabhullar]
  • Added Element Attribute Value Should Be verifies element identified by locator contains expected attribute value.. [brian-mathews]
  • Added Get Session Id keyword to get remote webdriver session id [ilfirinpl]
  • Fixed example documentation for custom locator [DanielPBak]

3.1.1

  • Added Element Text Should Not Be to check a element text is not the argument, you can ignore case with ignore_case=True [rubygeek]

3.1.0

  • Added a message param to Title Should Be to display custom error message [rubygeek]
  • Compare text regardless of case in: Element Should Contain, Element Should Not Contain and Element Text Should Be by passing ignore_case=True. The default is False [rubygeek]

3.0.1

  • Hotfix release to for issue #1008.

3.0.0

  • Added 'Get Locations' keyword [thaffenden]
  • Fix getting window information and switching windows on browsers that do not support javascript
  • Added 'Get Cookie' keyword [wappowers]
  • Added 'expiry' as value that can be set with 'Add Cookie' keyword [wappowers]

1.8.0

  • Moved keyword documentation to: http://robotframework.org/Selenium2Library/Selenium2Library.html
  • Library demo project was removed, users shoud use demo from: https://bitbucket.org/robotframework/webdemo
  • docutils was removed as installation dependency.
  • Edge browser support was added to Open Browser keyword [jfx].
  • Unselect From List keyword was updated because selenium 2.53.0 or greater raised an exception if item can not be unselected.
  • Get Element Size keyword was added [SergiuTudos]
  • Alert handling was improved to wait alert be present
  • Capture Page Screenshot keyword was enhanced to support custom index definition in the filename

... (truncated)

Commits
  • c5c21ea Regenerated project docs
  • de2a7ce Generated docs for version 6.8.0
  • d2551fb Updated version to 6.8.0
  • 1b9cc1e Release notes for 6.8.0
  • e04bc33 Merge pull request #1950 from emanlove/allow-python-3.14
  • 6fe002a Allow python version 3.14
  • 2eca943 Merge pull request #1945 from emanlove/remove-deprecated-is_string
  • e361743 Removed and replaced deprecated is_string method
  • 3c8ffe3 Corrected expected plugin doc with changes to screenshot embed
  • 5a9000a Merge pull request #1939 from emanlove/embed-screenshot-with-base64
  • Additional commits viewable in compare view

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)

Updates the requirements on [robotframework-seleniumlibrary](https://github.com/robotframework/SeleniumLibrary) to permit the latest version.
- [Release notes](https://github.com/robotframework/SeleniumLibrary/releases)
- [Changelog](https://github.com/robotframework/SeleniumLibrary/blob/master/CHANGES.rst)
- [Commits](robotframework/SeleniumLibrary@v5.0.0...v6.8.0)

---
updated-dependencies:
- dependency-name: robotframework-seleniumlibrary
  dependency-version: 6.8.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the ⬆️⬇️ dependencies Pull requests that update a dependency file label May 11, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 11, 2026 21:19
@dependabot dependabot Bot requested review from aryanku-dev and pankaj443 May 11, 2026 21:19
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 18, 2026

Superseded by #231.

@dependabot dependabot Bot closed this May 18, 2026
@dependabot dependabot Bot deleted the dependabot/pip/robotframework-seleniumlibrary-gte-6.8.0 branch May 18, 2026 23:23
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