chore(deps): update dependency robotframework-seleniumlibrary to v6.6.1 #14

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/robotframework-seleniumlibrary-6.x into master 2024-09-10 15:20:44 +00:00
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2024-05-22 13:57:56 +00:00 (Migrated from gitlab.com)

This MR contains the following updates:

Package Update Change
robotframework-seleniumlibrary minor ==6.3.0 -> ==6.6.1

Release Notes

robotframework/SeleniumLibrary (robotframework-seleniumlibrary)

v6.6.1

Compare Source

v6.6.0

Compare Source

v6.5.0

Compare Source

v6.4.0: SeleniumLibrary 6.4.0

Compare Source

SeleniumLibrary 6.4.0 is a new release with enhancements around driver configuration and logging, printing pages as pdf, and some bug fixes. SeleniumLibrary supports Python 3.8 through 3.11, Selenium 4.16.0 through 4.21.0 and
Robot Framework 5.0.1, 6.1.1 and 7.0.

Most important enhancements

Add new selenium 4 print page as PDF functionality (#​1824)
The print page as pdf functionality within Selenium 4 has been added into SeleniumLibrary
with a new keyword. See the keyword documentation for usage.

Add driver Service Class into Open Browser (#​1900)
Selenium has shifted from a couple arguments for configuring the driver settings into the new
Service class. As with the options argument these changes allows for service class to be set
using a simlar string format. More information can be found in the Open Browser keyword
documentation and newly rearranged Introduction.

Add warning about frame deselection when using Page Should Contain keyword. (#​1894)
In searching through the page, the Page Should Contain keyword will select and search
through frames. Thus it silently changes the frame context. Added warning within the keyword
documentation noting as such.

Wrong Type Hint on some keywords. (#​1880)
Several type hints on locator arguments denoted the argument allowed for none when indeed
they did not. This corrects those type hints.

Deprecated features

Start Deprecation and Removal of Selenium2Library (deep) references/package (#​1826)
Removed references and instructions regarding Selenium2Library; moving some to an archived
VERSIONS.rst top level documentation.

Acknowledgements
  • We would like to thank René Rohner for discovering the incorrect type hints on some keywords. (locator: Union[WebElement, None, str]) (#​1880)
  • SamMaksymyshyn, Yuri Verweij and Lisa Crispin for helping to model and design the new print page as PDF functionality (#​1824)
  • Tatu Aalto for modeling and reviewing the added driver Service Class into Open Browser (#​1900)
  • I want to thank Eman for pointing out that I wanted deprecate and not devalue the Selenium2Library. I also want to thank everyone in their persistence to push me to start deprecating the Selenium2Library package (#​1826)
  • .. and Tatu for fixing the internal test run on Mac (#​1899)

See full details in release notes


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

This MR contains the following updates: | Package | Update | Change | |---|---|---| | [robotframework-seleniumlibrary](https://github.com/robotframework/SeleniumLibrary) | minor | `==6.3.0` -> `==6.6.1` | --- ### Release Notes <details> <summary>robotframework/SeleniumLibrary (robotframework-seleniumlibrary)</summary> ### [`v6.6.1`](https://github.com/robotframework/SeleniumLibrary/compare/v6.6.0...v6.6.1) [Compare Source](https://github.com/robotframework/SeleniumLibrary/compare/v6.6.0...v6.6.1) ### [`v6.6.0`](https://github.com/robotframework/SeleniumLibrary/compare/v6.5.0...v6.6.0) [Compare Source](https://github.com/robotframework/SeleniumLibrary/compare/v6.5.0...v6.6.0) ### [`v6.5.0`](https://github.com/robotframework/SeleniumLibrary/compare/v6.4.0...v6.5.0) [Compare Source](https://github.com/robotframework/SeleniumLibrary/compare/v6.4.0...v6.5.0) ### [`v6.4.0`](https://github.com/robotframework/SeleniumLibrary/releases/tag/v6.4.0): SeleniumLibrary 6.4.0 [Compare Source](https://github.com/robotframework/SeleniumLibrary/compare/v6.3.0...v6.4.0) SeleniumLibrary 6.4.0 is a new release with enhancements around driver configuration and logging, printing pages as pdf, and some bug fixes. SeleniumLibrary supports Python 3.8 through 3.11, Selenium 4.16.0 through 4.21.0 and Robot Framework 5.0.1, 6.1.1 and 7.0. ##### Most important enhancements **Add new selenium 4 print page as PDF functionality ([#&#8203;1824](https://github.com/robotframework/SeleniumLibrary/issues/1824))** The print page as pdf functionality within Selenium 4 has been added into SeleniumLibrary with a new keyword. See the keyword documentation for usage. **Add driver Service Class into Open Browser ([#&#8203;1900](https://github.com/robotframework/SeleniumLibrary/issues/1900))** Selenium has shifted from a couple arguments for configuring the driver settings into the new Service class. As with the options argument these changes allows for service class to be set using a simlar string format. More information can be found in the `Open Browser` keyword documentation and newly rearranged Introduction. **Add warning about frame deselection when using `Page Should Contain` keyword. ([#&#8203;1894](https://github.com/robotframework/SeleniumLibrary/issues/1894))** In searching through the page, the `Page Should Contain` keyword will select and search through frames. Thus it silently changes the frame context. Added warning within the keyword documentation noting as such. **Wrong Type Hint on some keywords. ([#&#8203;1880](https://github.com/robotframework/SeleniumLibrary/issues/1880))** Several type hints on locator arguments denoted the argument allowed for none when indeed they did not. This corrects those type hints. ##### Deprecated features **Start Deprecation and Removal of Selenium2Library (deep) references/package ([#&#8203;1826](https://github.com/robotframework/SeleniumLibrary/issues/1826))** Removed references and instructions regarding Selenium2Library; moving some to an archived VERSIONS.rst top level documentation. ##### Acknowledgements - We would like to thank René Rohner for discovering the incorrect type hints on some keywords. (`locator: Union[WebElement, None, str]`) ([#&#8203;1880](https://github.com/robotframework/SeleniumLibrary/issues/1880)) - SamMaksymyshyn, Yuri Verweij and Lisa Crispin for helping to model and design the new print page as PDF functionality ([#&#8203;1824](https://github.com/robotframework/SeleniumLibrary/issues/1824)) - Tatu Aalto for modeling and reviewing the added driver Service Class into Open Browser ([#&#8203;1900](https://github.com/robotframework/SeleniumLibrary/issues/1900)) - I want to thank Eman for pointing out that I wanted deprecate and not devalue the Selenium2Library. I also want to thank everyone in their persistence to push me to start deprecating the Selenium2Library package ([#&#8203;1826](https://github.com/robotframework/SeleniumLibrary/issues/1826)) - .. and Tatu for fixing the internal test run on Mac ([#&#8203;1899](https://github.com/robotframework/SeleniumLibrary/issues/1899)) See full details in [release notes](https://github.com/robotframework/SeleniumLibrary/blob/master/docs/SeleniumLibrary-6.4.0.rst) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzIuMCIsInVwZGF0ZWRJblZlciI6IjM4LjcwLjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2024-05-22 13:57:58 +00:00 (Migrated from gitlab.com)

mentioned in issue #3

mentioned in issue #3
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2024-06-06 10:58:37 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 56ecf94b - 1 commit from branch master
  • 4fda3a76 - chore(deps): update dependency robotframework-seleniumlibrary to v6.4.0

Compare with previous version

added 2 commits <ul><li>56ecf94b - 1 commit from branch <code>master</code></li><li>4fda3a76 - chore(deps): update dependency robotframework-seleniumlibrary to v6.4.0</li></ul> [Compare with previous version](/unboundsoftware/robotframework/-/merge_requests/11/diffs?diff_id=1029585023&start_sha=89744bb0f9b87285d6de61249a212d61134b71a6)
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2024-06-13 11:00:31 +00:00 (Migrated from gitlab.com)

added 2 commits

  • dfcfc353 - 1 commit from branch master
  • 5c0831d7 - chore(deps): update dependency robotframework-seleniumlibrary to v6.4.0

Compare with previous version

added 2 commits <ul><li>dfcfc353 - 1 commit from branch <code>master</code></li><li>5c0831d7 - chore(deps): update dependency robotframework-seleniumlibrary to v6.4.0</li></ul> [Compare with previous version](/unboundsoftware/robotframework/-/merge_requests/11/diffs?diff_id=1036115320&start_sha=4fda3a76a134ff6a5c3953341c777e9b9aafc33c)
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2024-06-15 22:55:44 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 32d9f0ce - chore(deps): update dependency robotframework-seleniumlibrary to v6.5.0

Compare with previous version

added 1 commit <ul><li>32d9f0ce - chore(deps): update dependency robotframework-seleniumlibrary to v6.5.0</li></ul> [Compare with previous version](/unboundsoftware/robotframework/-/merge_requests/11/diffs?diff_id=1038156890&start_sha=5c0831d747fa9b6c8c6a2fda3f36d7d74011a59f)
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2024-06-15 22:55:45 +00:00 (Migrated from gitlab.com)

changed title from chore(deps): update dependency robotframework-seleniumlibrary to v6.{-4-}.0 to chore(deps): update dependency robotframework-seleniumlibrary to v6.{+5+}.0

changed title from **chore(deps): update dependency robotframework-seleniumlibrary to v6.{-4-}.0** to **chore(deps): update dependency robotframework-seleniumlibrary to v6.{+5+}.0**
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2024-06-15 22:55:45 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2024-06-18 07:56:26 +00:00 (Migrated from gitlab.com)

added 2 commits

  • ae71dc8f - 1 commit from branch master
  • c7e526f1 - chore(deps): update dependency robotframework-seleniumlibrary to v6.5.0

Compare with previous version

added 2 commits <ul><li>ae71dc8f - 1 commit from branch <code>master</code></li><li>c7e526f1 - chore(deps): update dependency robotframework-seleniumlibrary to v6.5.0</li></ul> [Compare with previous version](/unboundsoftware/robotframework/-/merge_requests/11/diffs?diff_id=1039716270&start_sha=32d9f0ce08c7e469200e7db5afcb498194db139f)
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2024-08-19 22:56:36 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2024-09-06 20:00:59 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 5d11c8f4 - chore(deps): update dependency robotframework-seleniumlibrary to v6.6.0

Compare with previous version

added 1 commit <ul><li>5d11c8f4 - chore(deps): update dependency robotframework-seleniumlibrary to v6.6.0</li></ul> [Compare with previous version](/unboundsoftware/robotframework/-/merge_requests/11/diffs?diff_id=1113306745&start_sha=c7e526f1527fa8ba04b8d513f8f971ec54a5db99)
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2024-09-06 20:00:59 +00:00 (Migrated from gitlab.com)

changed title from chore(deps): update dependency robotframework-seleniumlibrary to v6.{-5-}.0 to chore(deps): update dependency robotframework-seleniumlibrary to v6.{+6+}.0

changed title from **chore(deps): update dependency robotframework-seleniumlibrary to v6.{-5-}.0** to **chore(deps): update dependency robotframework-seleniumlibrary to v6.{+6+}.0**
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2024-09-06 20:00:59 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2024-09-06 22:57:56 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 373073b4 - chore(deps): update dependency robotframework-seleniumlibrary to v6.6.1

Compare with previous version

added 1 commit <ul><li>373073b4 - chore(deps): update dependency robotframework-seleniumlibrary to v6.6.1</li></ul> [Compare with previous version](/unboundsoftware/robotframework/-/merge_requests/11/diffs?diff_id=1113385168&start_sha=5d11c8f462c8df7524b30e56ea9504dc9ef969a3)
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2024-09-06 22:57:57 +00:00 (Migrated from gitlab.com)

changed title from chore(deps): update dependency robotframework-seleniumlibrary to v6.6.{-0-} to chore(deps): update dependency robotframework-seleniumlibrary to v6.6.{+1+}

changed title from **chore(deps): update dependency robotframework-seleniumlibrary to v6.6.{-0-}** to **chore(deps): update dependency robotframework-seleniumlibrary to v6.6.{+1+}**
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2024-09-06 22:57:57 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
argoyle (Migrated from gitlab.com) merged commit into master 2024-09-10 15:20:44 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/robotframework#14