chore(deps): update dependency robotframework-seleniumlibrary to v6.3.0 #12

Merged
ghost1 merged 1 commits from renovate/robotframework-seleniumlibrary-6.x into master 2024-04-20 10:25:22 +00:00
ghost1 commented 2024-04-19 13:56:22 +00:00 (Migrated from gitlab.com)

This MR contains the following updates:

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

Release Notes

robotframework/SeleniumLibrary (robotframework-seleniumlibrary)

v6.3.0: SeleniumLibrary 6.3.0

Compare Source

SeleniumLibrary 6.3.0 is a new release with enhancements including minimizing browser window, waiting on expected conditions, getting element attribute or properties and bug fixes. SeleniumLibrary supports Python 3.8 through 3.11, Selenium 4.14.0 through 4.19.0 and Robot Framework 5.0.1, 6.1.1 and 7.0.

Most important enhancements

Added Minimize Browser Window keyword (#​1741)
New keyword which minimizes the current browser window.

Add keywords to fetch differentiated element Attribute or Property (#​1822)
The older Get Element Attribute keyword uses the Selenium getAttribute() method which, as [this SauceLabs article (https://saucelabs.com/resources/blog/selenium-4-new-element-attribute-and-property-methods) describes "did not actually retrieve the Attribute value." Instead it "figured out what the user was most likely interested in between the Attribute value and the Property values and returned it." This would mean sometimes it might return an unexpected result. Selenium 4 introduced newer methods which returns either the attribute or the property as specifically asked for.

It is recommend that one transition to these newer Get DOM Attribute and Get Property keywords.

Incorporate the expected conditions of Selenium (#​1827)
A new keyword that allows for one to wait on an expected condition.

Remove deprecation of Press Key keyword (#​1892)
The Press Keys keyword was introduced to replace Press Key. Press Key in turn was deprecated but I (Ed Manlove) failed to remove. Its been noted that both keywords use different underlying methods for sending or pressing keys and either one will work in differing situations. So instead of removing Press Key, it has been reinstated as a library keyword.

Acknowledgements
  • Luciano Martorella for contributing the new minimize keyword (#​1741)
  • Yuri Verweij and Lisa Crispin for reviewing changes and additions to Attribute or Property keywords (#​1822)
  • Noam Manos for reporting the issues where the Open Browser 'Options' object has no attribute (#​1877)
  • Yuri for helping update the contribution guide (#​1881)
  • All those who have commented on the deprecation of Press Key keyword (#​1892)
  • Yuri and Lisa for assisting with the addition of Wait For Expected Condition keyword and for the Robot Framework Foundation for the ecosystem support (#​1827)

and Yuri Verweij, Lisa Crispin, and Tatu Aalto for their continued support of the library development.

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 becomes conflicted, 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.2.0` -> `==6.3.0` | --- ### Release Notes <details> <summary>robotframework/SeleniumLibrary (robotframework-seleniumlibrary)</summary> ### [`v6.3.0`](https://github.com/robotframework/SeleniumLibrary/releases/tag/v6.3.0): SeleniumLibrary 6.3.0 [Compare Source](https://github.com/robotframework/SeleniumLibrary/compare/v6.2.0...v6.3.0) SeleniumLibrary 6.3.0 is a new release with enhancements including minimizing browser window, waiting on expected conditions, getting element attribute or properties and bug fixes. SeleniumLibrary supports Python 3.8 through 3.11, Selenium 4.14.0 through 4.19.0 and Robot Framework 5.0.1, 6.1.1 and 7.0. ##### Most important enhancements **Added `Minimize Browser Window` keyword ([#&#8203;1741](https://github.com/robotframework/SeleniumLibrary/issues/1741))** New keyword which minimizes the current browser window. **Add keywords to fetch differentiated element Attribute or Property ([#&#8203;1822](https://github.com/robotframework/SeleniumLibrary/issues/1822))** The older `Get Element Attribute` keyword uses the Selenium getAttribute() method which, as \[this SauceLabs article (https://saucelabs.com/resources/blog/selenium-4-new-element-attribute-and-property-methods) describes "did not actually retrieve the Attribute value." Instead it "figured out what the user was most likely interested in between the Attribute value and the Property values and returned it." This would mean sometimes it might return an unexpected result. Selenium 4 introduced newer methods which returns either the attribute or the property as specifically asked for. It is recommend that one transition to these newer `Get DOM Attribute` and `Get Property` keywords. **Incorporate the expected conditions of Selenium ([#&#8203;1827](https://github.com/robotframework/SeleniumLibrary/issues/1827))** A new keyword that allows for one to wait on an expected condition. **Remove deprecation of Press Key keyword ([#&#8203;1892](https://github.com/robotframework/SeleniumLibrary/issues/1892))** The Press Keys keyword was introduced to replace Press Key. Press Key in turn was deprecated but I (Ed Manlove) failed to remove. Its been noted that both keywords use different underlying methods for sending or pressing keys and either one will work in differing situations. So instead of removing Press Key, it has been reinstated as a library keyword. ##### Acknowledgements - Luciano Martorella for contributing the new minimize keyword ([#&#8203;1741](https://github.com/robotframework/SeleniumLibrary/issues/1741)) - Yuri Verweij and Lisa Crispin for reviewing changes and additions to Attribute or Property keywords ([#&#8203;1822](https://github.com/robotframework/SeleniumLibrary/issues/1822)) - Noam Manos for reporting the issues where the Open Browser 'Options' object has no attribute ([#&#8203;1877](https://github.com/robotframework/SeleniumLibrary/issues/1877)) - Yuri for helping update the contribution guide ([#&#8203;1881](https://github.com/robotframework/SeleniumLibrary/issues/1881)) - All those who have commented on the deprecation of Press Key keyword ([#&#8203;1892](https://github.com/robotframework/SeleniumLibrary/issues/1892)) - Yuri and Lisa for assisting with the addition of Wait For Expected Condition keyword and for the Robot Framework Foundation for the ecosystem support ([#&#8203;1827](https://github.com/robotframework/SeleniumLibrary/issues/1827)) and **Yuri Verweij, Lisa Crispin, and Tatu Aalto** for their continued support of the library development. See full details in [release notes](https://github.com/robotframework/SeleniumLibrary/blob/master/docs/SeleniumLibrary-6.3.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 becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDYuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMwNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
ghost1 commented 2024-04-19 22:56:09 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
argoyle (Migrated from gitlab.com) merged commit into master 2024-04-20 10:25:22 +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#12