Skip to content

Releases: Accruent/robotframework-zoomba

Zoomba 3.1.3

29 Sep 18:22
e96c63f
Compare
Choose a tag to compare

What’s Changed

🧰 Maintenance

Zoomba 3.1.2

29 Aug 14:36
b343d13
Compare
Choose a tag to compare

What’s Changed

🧰 Maintenance

Zoomba 3.1.1

19 Jul 14:14
4b92cb7
Compare
Choose a tag to compare

What’s Changed

🚀 Features

  • GUI | Scroll Mouse and Scroll Mouse Over Element (#294) @Wolfe1

Zoomba 3.1.0

14 Jul 15:00
fbb91c0
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

  • Should allow datetime expected dates to be properly parsed (#293) @Wolfe1

Zoomba 3.0.3

13 Jul 17:13
Compare
Choose a tag to compare

What’s Changed

  • Allow for larger range for pandas and dateutil

Zoomba 3.0.2

12 Jul 20:08
f8218aa
Compare
Choose a tag to compare

What’s Changed

🚀 Features

  • Attempt to improve the date comparison here to allow for datetimes wi… (#291) @Wolfe1

🧰 Maintenance

Zoomba 3.0.1

30 Jun 14:32
74404bc
Compare
Choose a tag to compare

What’s Changed

  • Warn users that the libraries have moved to robotframework-applicationlibrary (#288) @Wolfe1

🧰 Maintenance

Zoomba 3.0.0

23 Jun 14:47
befc2f4
Compare
Choose a tag to compare

What’s Changed

  • For awhile now we have been unable to move to selenium 4 due to a few dependency constraints:
    • AppiumLibrary still requires selenium 3 to operate and has yet to update.
    • WinAppDriver relies on the now deprecated JSON Wire Protocol and has not had updates in over a year.
  • From this we have come to the decision to split off the Desktop and Mobile library components into their own library.

Possible Breaking Changes

  • Users of the MobileLibrary and/or DesktopLibrary will either need to remain on version 2.14.3 or start using the aforementioned RobotFramework-ApplicationLibrary.
    • Note that because RobotFramework-ApplicationLibrary and Zoomba 3.0.0 use different versions of selenium, if you wish to use both you will need to use a virtual python environment for at least one of the libraries.
  • Users of Edge browser testing will no longer need to call out use_chromium or use the EdgePlugin as this is natively supported in selenium 4.
    • Expect errors in your code if these are not removed after updating to latest RobotFramework-Zoomba.

🚀 Features

  • Remove Desktop / Mobile library code from Zoomba core (#282) @Wolfe1
  • Upgrade to Selenium 4.2.0, SeleniumLibrary 6.0.0, and removal of EdgePlugin code (#283) @Wolfe1

🧰 Maintenance

Zoomba 2.14.3

16 May 15:14
523ba47
Compare
Choose a tag to compare

What’s Changed

🧰 Maintenance

Zoomba 2.14.2

22 Apr 07:03
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

🧰 Maintenance