robotframework-zoomba

Extended Robot Framework libraries to make testing GUI, REST/SOAP API, Mobile, and Windows Desktop easier.

APACHE-2.0 License

Stars
138
Committers
18

Bot releases are visible (Hide)

robotframework-zoomba - Zoomba 2.8.5

Published by github-actions[bot] over 3 years ago

What’s Changed

🧰 Maintenance

  • Bump robotframework-seleniumlibrary from 5.1.2 to 5.1.3 (#189) @dependabot
robotframework-zoomba - Zoomba 2.8.4

Published by release-drafter[bot] over 3 years ago

What’s Changed

🧰 Maintenance

  • Bump robotframework-seleniumlibrary from 5.1.1 to 5.1.2 (#188) @dependabot
  • Bump robotframework-seleniumlibrary from 5.1.0 to 5.1.1 (#187) @dependabot
robotframework-zoomba - Zoomba 2.8.3

Published by release-drafter[bot] over 3 years ago

What’s Changed

🧰 Maintenance

  • Bump robotframework from 3.2.2 to 4.0 (#186) @dependabot
robotframework-zoomba - Zoomba 2.8.2

Published by github-actions[bot] over 3 years ago

What’s Changed

🐛 Bug Fixes

  • Workaround for the mouse option issue with appium (#185) @Wolfe1

🧰 Maintenance

  • Bump robotframework-seleniumlibrary from 5.0.0 to 5.1.0 (#184) @dependabot
robotframework-zoomba - Zoomba 2.8.1

Published by release-drafter[bot] over 3 years ago

What’s Changed

🐛 Bug Fixes

  • Desktop Library | Desktop session error in multi-file test execution (#182) @Wolfe1
robotframework-zoomba - Zoomba 2.8.0

Published by github-actions[bot] over 3 years ago

What’s Changed

🚀 Features

  • Improve Desktop Library Speed (#180) @Wolfe1

🧰 Maintenance

  • Bump robotframework-seleniumlibrary from 4.5.0 to 5.0.0 (#174) @dependabot

  • Move to Github Actions (#177) @Wolfe1

robotframework-zoomba - Zoomba 2.7.3

Published by github-actions[bot] almost 4 years ago

What’s Changed

🧰 Maintenance

  • Bump requests from 2.25.0 to 2.25.1 (#164) @dependabot
robotframework-zoomba - Zoomba 2.7.2

Published by release-drafter[bot] almost 4 years ago

What’s Changed

  • fix source packaging (#163) @rasjani
robotframework-zoomba - Zoomba 2.7.1

Published by release-drafter[bot] almost 4 years ago

What’s Changed

  • Desktop Library | Users can now record videos of their test execution with the Start Video Recording and Stop Video Recording keywords. The video will be imbedded in the log like so:
    Wrg6UqS3Qy
  • API Library | Fix for key by key validation when an empty list was involved.

🚀 Features

  • DesktopLibrary recording (#161) @Wolfe1

🐛 Bug Fixes

  • Fix for empty list validation (#160) @Wolfe1

🧰 Maintenance

  • Bump msedge-selenium-tools from 3.141.2 to 3.141.3 (#159) @dependabot
robotframework-zoomba - Zoomba 2.7.0

Published by release-drafter[bot] almost 4 years ago

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

🚀 Features

  • Touch Action Support (#158) @Wolfe1

🧰 Maintenance

  • Bump robotframework-appiumlibrary from 1.5.0.6 to 1.5.0.7 (#157) @dependabot
robotframework-zoomba - Zoomba 2.6.1

Published by release-drafter[bot] almost 4 years ago

What’s Changed

  • ApiLibrary now correctly allows for partial list validation when full_list_validation is set to False (default).

🐛 Bug Fixes

  • APILIbrary | Allow for variable length lists if full_list_validation is False (#154) @Wolfe1

🧰 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
robotframework-zoomba - Zoomba 2.6.0

Published by release-drafter[bot] almost 4 years ago

What’s Changed

🚀 Features

  • Desktop Library | Select by image (#150) @Wolfe1

🐛 Bug Fixes

  • Quick fix to better select window names via a partial text search (#152) @Wolfe1
robotframework-zoomba - Zoomba 2.5.7

Published by release-drafter[bot] almost 4 years ago

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

  • Partial text match for window_name (#149) @Wolfe1
robotframework-zoomba - Zoomba 2.5.6

Published by release-drafter[bot] almost 4 years ago

What’s Changed

🚀 Features

  • select_elements_from_context_menu (#147) @Wolfe1
robotframework-zoomba - Zoomba 2.5.5

Published by release-drafter[bot] almost 4 years ago

What’s Changed

  • A new DesktopLibrary keyword Select Elements From Menu allows users to quickly traverse menu items:
    image
  • Some speed improvements when using keywords with implicit waits in DesktopLibrary

🚀 Features

  • Better _is_element_present plus 'Select Elements From Menu' (#146) @Wolfe1
  • Speed improvement to the search functionality when dealing with large… (#144) @Wolfe1

🧰 Maintenance

  • Bump psutil from 5.7.2 to 5.7.3 (#145) @dependabot

🧰 Maintenance

  • Edge Plugin Unit Tests (#140) @Wolfe1
robotframework-zoomba - Zoomba 2.5.3

Published by release-drafter[bot] about 4 years ago

What’s Changed

  • GUILibrary | Added the basic support for React slectors, more keywords to come in the future.

  • GUILibrary | Edge (Chromium) Support via plugin

    • Users can now use Edge with GUILibrary via a plugin on import:
Library    Zoomba.GUILibrary     plugins=Zoomba.Helpers.EdgePlugin

Open Browser   https://www.google.com    browser=Edge     options=use_chromium=True

🚀 Features

  • React select (#128) @Wolfe1
  • Edge Plugin Support (#139) @Wolfe1
robotframework-zoomba - Zoomba 2.5.2

Published by release-drafter[bot] about 4 years ago

What’s Changed

🚀 Features

  • GUILibrary | Select Nested IFrame Keyword (#138) @Wolfe1
robotframework-zoomba - Zoomba 2.5.1

Published by release-drafter[bot] about 4 years ago

What’s Changed

🚀 Features

  • GUILibrary | Element CSS Attribute Value Keywords (#136) @Wolfe1

🧰 Maintenance

  • Consolidate Code used between Mobile and Desktop Libraries (#137) @Wolfe1
robotframework-zoomba - Zoomba 2.5.0

Published by release-drafter[bot] about 4 years ago

What’s Changed

  • Users can now manage the WinAppDriver (used in DesktopLibrary) via a couple new keywords:
  • Deprecated keywords in DesktopLibrary have been removed. These include many low performing 'select by text' keywords that have had warnings for some months now.
  • Minor Robotframework dependency version increase

🚀 Features

  • Allow management of WinAppDriver through keywords (#133) @Wolfe1

🧰 Maintenance

  • DesktopLibrary | Remove Deprecated Keywords (#135) @Wolfe1
  • Bump robotframework from 3.2.1 to 3.2.2 (#134) @dependabot
robotframework-zoomba - Zoomba 2.4.4

Published by github-actions[bot] about 4 years ago

What’s Changed

  • Attempt a retry on the switch application by name keyword (#131) @Wolfe1
Related Projects