Skip to content

Releases: digital-delivery-academy/selenium-pom-framework

selenium-pom-framework-1.0.23

25 Oct 17:32
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag selenium-pom-framework-1.0.23

Fixing defect prevent TolerantInteraction working

04 Jul 20:43
Compare
Choose a tag to compare

Adjustments to Exprimental features from 1.0.16

04 Jul 20:42
Compare
Choose a tag to compare
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

04 Jul 16:29
Compare
Choose a tag to compare

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

04 Jun 10:40
Compare
Choose a tag to compare

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

16 Dec 15:23
43b0142
Compare
Choose a tag to compare

New Tolerant Exception Handling and move to Java 13

08 Jun 08:18
Compare
Choose a tag to compare

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

08 Jun 07:35
Compare
Choose a tag to compare
<dependency>
  <groupId>uk.co.evoco</groupId>
  <artifactId>selenium-pom-framework</artifactId>
  <version>1.0.12</version>
</dependency>

Some small defect fixes

29 Apr 09:38
Compare
Choose a tag to compare
<dependency>
  <groupId>uk.co.evoco</groupId>
  <artifactId>selenium-pom-framework</artifactId>
  <version>1.0.11</version>
</dependency>

Adding more detailed reference documentation

03 Apr 09:21
Compare
Choose a tag to compare

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>