Skip to content

Releases: AutomateThePlanet/BELLATRIX-Java

4.5.0.0

31 Jan 14:39
9081b5c
Compare
Choose a tag to compare
  • New find strategy for elements in Web and Playwright modules: by Image.
    Powered by OpenCV, it can easily find an element by an image of it on the page.
  • ActionImage component suitable for working with canvas elements
  • New method for navigation: to(WebPage); Pass a POM to navigate().to() method
  • Getting Started sections for both OpenCV and Visual Regression Tracker

4.4.4.0

28 Jan 13:00
57a8fcc
Compare
Choose a tag to compare

What's Changed

  • Upgraded appium version

Full Changelog: 4.4.3.0...4.4.4.0

4.4.3.0

23 Jan 14:23
bf3294a
Compare
Choose a tag to compare
  • Extending functionality to VRT module
  • Updating selenium version to 4.27.0
  • Updating playwright version to 1.49.0
  • Added automatic browser shutdown capability in case of abrupt stop of execution for web and playwright modules

Full Changelog: 4.4.2.0...4.4.3.0

4.4.2.0

15 Jan 12:01
9f41c4c
Compare
Choose a tag to compare

What's Changed

  • Fixes to Browser Lifecycle Plugin in Web
  • Wait Utility Class Fixes
  • Added custom capabilities on app restart
  • Fixes in Grid component
  • Shadow DOM Logic Update
  • Added App to WebSection

Full Changelog: 4.4.1.0...4.4.2.0

Release 4.4.1.0

13 Jul 04:52
fa209b1
Compare
Choose a tag to compare
  • fixes to BrowserLifecyclePlugin in web module
  • added Edge Headless as an option for a browser in web module
  • renamed VRT module
  • expanded CssStyle enum and ComponentStyle interface in web module

Release 4.4.0.0

09 Jul 07:58
1717557
Compare
Choose a tag to compare
  • Visual Regression Tracker Integration update: visual regression testing made possible inside BELLATRIX
  • Healenium Integration update: self-healing element locators made possible inside BELLATRIX

Release 4.3.0.0

09 Jul 07:28
5b23070
Compare
Choose a tag to compare
  • Twillio Integration update: SMS testing made possible inside BELLATRIX

Release 4.2.0.0

09 Jul 07:07
71ed8d8
Compare
Choose a tag to compare
  • Jira Zephyr Integration update: automatic zephyr test cycle creation and logging of test execution results

Release 4.1.0.0

09 Jul 06:50
b5b5c29
Compare
Choose a tag to compare
  • Shadow DOM update: shadow DOM handling, including: finding elements by XPath inside shadow root, automatic finding of elements inside nested shadow roots
  • Table and Grid Components

Release 4.0.0.0

18 Apr 07:44
fb614e4
Compare
Choose a tag to compare

The new release brings a new web automation module - Playwright module.