chore(deps): update dependency robotframework-seleniumlibrary to v6.3.0 #12
Reference in New Issue
Block a user
Delete Branch "renovate/robotframework-seleniumlibrary-6.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This MR contains the following updates:
==6.2.0->==6.3.0Release Notes
robotframework/SeleniumLibrary (robotframework-seleniumlibrary)
v6.3.0: SeleniumLibrary 6.3.0Compare 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 Windowkeyword (#1741)New keyword which minimizes the current browser window.
Add keywords to fetch differentiated element Attribute or Property (#1822)
The older
Get Element Attributekeyword 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 AttributeandGet Propertykeywords.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
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.
This MR has been generated by Renovate Bot.
changed the description