Accruent / robotframework-zoomba

Extended Robot Framework libraries to make testing GUI, REST/SOAP API, Mobile, and Windows Desktop easier.
https://accruent.github.io/robotframework-zoomba/
Apache License 2.0
143 stars 35 forks source link

Bump robotframework-seleniumlibrary from 6.1.1 to 6.1.2 #364

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps robotframework-seleniumlibrary from 6.1.1 to 6.1.2.

Release notes

Sourced from robotframework-seleniumlibrary's releases.

SeleniumLibrary v6.1.2

SeleniumLibrary 6.1.2 is a hotfix release focused on bug fixes for setting configuration options when using a remote Edge or Safari Browser. More information is given below.

SeleniumLibrary 6.1.2 was released on Saturday September 9, 2023. SeleniumLibrary supports Python 3.7+, Selenium 4.3+ and Robot Framework 4.1.3 or higher.

Most important enhancements

Missing "Options" setup in EDGE browser for remote url execution

The browser options if given within the Open Browser or Create WebDriver keyword were not being passed to either a remote Edge or remote Safari browser. This has been fixed within this release.

See full details in release notes

Commits
  • f3caca2 Generated docs for version 6.1.2
  • 19b3dcc Updated version to 6.1.2
  • 9f2f7da Release notes for 6.1.2
  • 79c7ef3 Generated docs for version 6.1.2rc1
  • 9662f64 Generate stub file for 6.1.2rc1
  • 121b174 Updated version to 6.1.2rc1
  • 59bd5e6 Release notes for 6.1.2rc1
  • 4003462 Merge pull request #1854 from emanlove/fix-remote-options-edge-safari-1844
  • 2b0aace Initial commit adding in options to remote Edge and Safari browser
  • 86bb274 Removed deprecated drivers
  • 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 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)
coveralls commented 1 year ago

Coverage Status

coverage: 100.0%. remained the same when pulling a2b845bc289ae8def92af4d8fa73c82227d95ec5 on dependabot/pip/robotframework-seleniumlibrary-6.1.2 into 1e157410f880708b7678e730a46170c64159b8b2 on master.

Wolfe1 commented 1 year ago

@dependabot recreate