Releases: Accruent/robotframework-zoomba
Releases · Accruent/robotframework-zoomba
Zoomba 2.3.1
What’s Changed
🐛 Bug Fixes
- Broken test directory link (#103) @adiralashiva8
🧰 Maintenance
- Bump robotframework-requests from 0.6.5 to 0.6.6 (#107) @dependabot-preview
- Bump requests from 2.22.0 to 2.23.0 (#105) @dependabot-preview
- Bump robotframework-requests from 0.6.4 to 0.6.5 (#106) @dependabot-preview
- Bump robotframework-requests from 0.5.0 to 0.6.4 (#104) @dependabot-preview
- Bump robotframework-seleniumlibrary from 4.2.0 to 4.3.0 (#102) @dependabot-preview
- Bump robotframework-seleniumlibrary from 4.1.0 to 4.2.0 (#100) @dependabot-preview
Zoomba Release 2.3.0
What’s Changed
- 2.3.0 release (#99) @neiljhowell
- Merge master into save screenshot branch (#92) @Wolfe1
🚀 Features
- Set unique screenshot keyword as default (#98) @Wolfe1
- Create Mobile Library (#93) @Wolfe1
- Add save selenium screenshot to zoomba (#91) @neiljhowell
🧰 Maintenance
Zoomba 2.2.0
2.1.2
Zoomba 2.1.1
- Deprecated Select Window call from 'Wait For And Select Window'
Zoomba 2.1.0
- Bump robotframework from 3.1.1 to 3.1.2
- Bump robotframework-appiumlibrary from 1.5 to 1.5.0.4
- Bump requests from 2.20.1 to 2.22.0
- Bump robotframework-seleniumlibrary from 3.3.1 to 4.0.0
- Small fix to the datetime compare for high precision datetimes
- Set up auto deploy to pypi
Zoomba 2.0.4
- Added the ability to set a splash_delay in seconds when using a window_name
- Allows the user to set a time delay before attempting to find the new window
- Small bug fix that prevented some applications with a splash screen from proceeding
Zoomba 2.0.3
- Small addition to the _date_format private method for allowing datetimes with microseconds over 6 decimal places
Zoomba 2.0.2
- New features in DesktopLibrary:
- Send Keys
- Send Keys To Element
- Various code linting and code health improvements
Zoomba 2.0.0
DesktopLibrary Release
- Now you can automate Windows applications through Zoomba.
- Uses Appium and the WinAppDriver to run the tests.
- See the README for installation instructions.
- Check out the example tests using the built in windows calculator.
- Keyword documentation can be found here.