Releases: digital-delivery-academy/selenium-pom-framework
Releases · digital-delivery-academy/selenium-pom-framework
selenium-pom-framework-1.0.23
[maven-release-plugin] copy for tag selenium-pom-framework-1.0.23
Fixing defect prevent TolerantInteraction working
Fixing issue #84
Adjustments to Exprimental features from 1.0.16
selenium-pom-framework-1.0.17 [maven-release-plugin] copy for tag selenium-pom-framework-1.0.17
Adding Experimental features for Dates, Accessibility and TolerantInteractions
Adding some new functionality for Dates. Allowing TolerantInteractions to start with a By locator instead of a WebElement. Currently, this is only available for SelectBox interactions - if this alpha is good, we'll roll this capability across all of the TolerantInteractions.
There's the start of integration with Axe for accessibility audits. This is experimental and isn't being used as of yet.
Test Correlation IDs
Adding test correlation IDs to allow people to get a unique test ID for each run. Addressed a number of security vulnerabilities.
Adding SauceLabs integration and configuration options for Google Chrome
1.0.14 Update README.md
New Tolerant Exception Handling and move to Java 13
Note: we now require Java 13
<dependency>
<groupId>uk.co.evoco</groupId>
<artifactId>selenium-pom-framework</artifactId>
<version>1.0.13</version>
</dependency>
Defect fixes
<dependency>
<groupId>uk.co.evoco</groupId>
<artifactId>selenium-pom-framework</artifactId>
<version>1.0.12</version>
</dependency>
Some small defect fixes
<dependency>
<groupId>uk.co.evoco</groupId>
<artifactId>selenium-pom-framework</artifactId>
<version>1.0.11</version>
</dependency>
Adding more detailed reference documentation
Adding more detailed reference documentation and publishing to GitHub pages. Retiring the Wiki docs. Resolves #45 .
<dependency>
<groupId>uk.co.evoco</groupId>
<artifactId>selenium-pom-framework</artifactId>
<version>1.0.10</version>
</dependency>