Releases: Accruent/robotframework-zoomba
Releases · Accruent/robotframework-zoomba
Zoomba 2.8.1
Zoomba 2.8.0
Zoomba 2.7.3
Zoomba 2.7.2
Zoomba 2.7.1
What’s Changed
- Desktop Library | Users can now record videos of their test execution with the
Start Video Recording
andStop Video Recording
keywords. The video will be imbedded in the log like so:
- API Library | Fix for key by key validation when an empty list was involved.
🚀 Features
🐛 Bug Fixes
🧰 Maintenance
- Bump msedge-selenium-tools from 3.141.2 to 3.141.3 (#159) @dependabot
Zoomba 2.7.0
What’s Changed
- Touch Action Support
- A number of new keywords added to allow for support of tablet device automation:
- Tap
- Double Tap
- Flick
- Flick From Element
- Scroll
- Scroll From Element
- Drag and Drop by Touch
- Drag and Drop by Touch Offset
- Wait For And Tap
- Wait For And Double Tap
- Wait For And Flick From Element
- Wait For And Scroll From Element
- See latest documentation here
- A number of new keywords added to allow for support of tablet device automation:
🚀 Features
🧰 Maintenance
- Bump robotframework-appiumlibrary from 1.5.0.6 to 1.5.0.7 (#157) @dependabot
Zoomba 2.6.1
What’s Changed
- ApiLibrary now correctly allows for partial list validation when full_list_validation is set to False (default).
- See issue below for more information.
- We did a lot of internal testing on this and there doesn't seem to be any regression from this change but raise an issue if you encounter a problem.
🐛 Bug Fixes
🧰 Maintenance
- Bump requests from 2.24.0 to 2.25.0 (#156) @dependabot
- Bump robotframework-requests from 0.7.1 to 0.7.2 (#155) @dependabot
Zoomba 2.6.0
What’s Changed
-
Users can now use the 'image' locator strategy when finding elements
- This is only available when using Appium
- See the first sample test for an example use with the Windows Calculator
-
Bug fix for the partial window text search that was released in 2.5.7
🚀 Features
🐛 Bug Fixes
Zoomba 2.5.7
What’s Changed
- Allow users to use Switch Application by Name or Open Application (using window_name) to be done with a partial window name. Users simply need to pass in exact_match=False. See the latest documentation for examples.
🚀 Features
Zoomba 2.5.6
What’s Changed
- Desktop Library: New Keyword
- Select Elements From Context Menu which is essentially Select Elements From Menu but specifically for use with context menus. The first argument given will be context clicked while the others will simply be clicked.