SeleniumLibrary 6.2.0 is a new release with compatibility fixes for recent selenium versions and some bug fixes. SeleniumLibrary supports Python 3.8 through 3.11, Selenium 4.12.0 through 4.15.2 and Robot Framework 5.0.1 and 6.1.1.
Most important enhancements
Remove deprecated headless option for chrome and firefox. (#1858)
If one specified either headlesschrome or headlessfirefox as the browser within the Open Browser keyword, then the library would handle setting this option with the underlying Selenium driver. But the methods to do so were deprecated and then removed in Selenium v4.13.0. Thus one was not getting a headless browser in these instances. This resolves that issue.
Resolve issue with service log_path now log_output. (#1870)
Selenium changed the arguments for the service log within v4.13.0. This change allows for a seamless usage across versions before and after v4.13.0.
Execute JavaScript converts arguments to strings. (#1843)
If any ARGUMENTS were passed into either the Execute Javascript or Execute Async Javascript then they were converted to strings even if they were of some other type. This has been corrected within this release.
Acknowledgements
I want to thank the following for helping to get out this release,
René Rohner for pointing out that Create Webdriver had a mutable default value (#1817)
Kieran Trautwein for resolving the issue with deprecated headless option for chrome and firefox. (#1858)
Nicholas Bollweg for assisting in resolving the issue with service log_path now log_output. (#1870)
Igor Kozyrenko for reporting the argument issue with Execute JavaScript and René Rohner for resolving it. ([#1843](https://github.com/robotframework/SeleniumLibrary/issues/1843)_)
Robin Matz for improving the documentation on page load timeout (#1821)
Dor Blayzer for reporting and fixing the SeleniumLibrary CI badge. ()
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 show 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)
coverage: 100.0%. remained the same
when pulling 1ac723b0b94174c2e228f6e1ddab15db56485a08 on dependabot/pip/robotframework-seleniumlibrary-6.2.0
into a28f40eee00b0e0e6c9fb9fa0ecccb8bd767897f on master.
Bumps robotframework-seleniumlibrary from 6.1.3 to 6.2.0.
Release notes
Sourced from robotframework-seleniumlibrary's releases.
Commits
6c77370
Regenerated project docs7496dc7
Generated docs for version 6.2.0fbfaadc
Updated version to 6.2.0af4df69
Release notes for 6.2.07ef1181
Merge pull request #1872 from Dor-bl/readme_badge_cic052133
fix: Selenium CI badge show wrong status485151e
Generated docs for version 6.2.0rc15874349
Generate stub file for 6.2.0rc17469076
Updated version to 6.2.0rc18dd4fe2
Release notes for 6.2.0rc1Dependabot 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 show