Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump robotframework-seleniumlibrary from 6.1.3 to 6.2.0 #379

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

Bumps robotframework-seleniumlibrary from 6.1.3 to 6.2.0.

Release notes

Sourced from robotframework-seleniumlibrary's releases.

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. ()

and Yuri Verweij, Lisa Crispin, and Tatu Aalto.

See full details in release notes

Commits
  • 6c77370 Regenerated project docs
  • 7496dc7 Generated docs for version 6.2.0
  • fbfaadc Updated version to 6.2.0
  • af4df69 Release notes for 6.2.0
  • 7ef1181 Merge pull request #1872 from Dor-bl/readme_badge_ci
  • c052133 fix: Selenium CI badge show wrong status
  • 485151e Generated docs for version 6.2.0rc1
  • 5874349 Generate stub file for 6.2.0rc1
  • 7469076 Updated version to 6.2.0rc1
  • 8dd4fe2 Release notes for 6.2.0rc1
  • 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 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 <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 [robotframework-seleniumlibrary](https://github.com/robotframework/SeleniumLibrary) from 6.1.3 to 6.2.0.
- [Release notes](https://github.com/robotframework/SeleniumLibrary/releases)
- [Changelog](https://github.com/robotframework/SeleniumLibrary/blob/master/CHANGES.rst)
- [Commits](robotframework/SeleniumLibrary@v6.1.3...v6.2.0)

---
updated-dependencies:
- dependency-name: robotframework-seleniumlibrary
  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 python Pull requests that update Python code labels Nov 27, 2023
@dependabot dependabot bot requested a review from Wolfe1 November 27, 2023 15:44
@coveralls
Copy link

Coverage Status

coverage: 100.0%. remained the same
when pulling 1ac723b on dependabot/pip/robotframework-seleniumlibrary-6.2.0
into a28f40e on master.

@Wolfe1 Wolfe1 merged commit 738ff97 into master Dec 4, 2023
21 of 27 checks passed
@Wolfe1 Wolfe1 deleted the dependabot/pip/robotframework-seleniumlibrary-6.2.0 branch December 4, 2023 16:00
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants