Skip to content

8.0.7 (2023-02-15)

Compare
Choose a tag to compare
@akamarouski akamarouski released this 15 Feb 16:21
· 285 commits to master since this release
103d080

Enhancements

  • [#672] Added support for @FindBys, @FindAll and Appium annotations
  • [#2007] Refactored Screenshot class
  • [#1966] CaseInsensitiveXPath annotation should work with format method of ExtendedWebElement class
  • [#1037] Added support of formatted locators for list of web elements
  • [#1992] Updated Configuration and Mobile documentation
  • [#2060] Updated Screenshot and Proxy documentation
  • [#2016] Added static method to MobileFactory class to get direct link to the mobile app
  • [#1990] Bumped up carina-utils, carina-commons and carina-proxy versions to 1.0.1

Fixes

  • [#2010] Debug level logs are lost for some classes
  • [#2040] L10N: java.lang.StringIndexOutOfBoundsException if there are 2 or more same occurrences in locator
  • [#2054] BY_PRESENCE_OR_VISIBILITY mode should wait not only visibility of element from list

Known Issues

  • N/A

Dependencies Updates

  • com.zebrunner.carina-utils 1.0.0 -> 1.0.1
  • com.zebrunner.carina-commons 1.0.0 -> 1.0.1
  • com.zebrunner.carina-proxy 1.0.0 -> 1.0.1

Migration Steps

  • Update in your project pom.xml version for carina-core dependency to 8.0.7
  • Rebuild the project mvn -U clean compile install