Selenium error (#12924)

* BAEL-5010 added manual and automated selenium setup tests

* BAEL-5010 added manual and automated selenium setup tests

Co-authored-by: aschoeng <andreas.schoengruber@mic-cust.com>
This commit is contained in:
AndiCover
2022-11-09 05:01:14 +01:00
committed by GitHub
parent d0c3a7dfd6
commit 50f2c39544
4 changed files with 203 additions and 1 deletions
@@ -35,6 +35,11 @@
<artifactId>ashot</artifactId>
<version>${ashot.version}</version>
</dependency>
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>${webdrivermanager.version}</version>
</dependency>
</dependencies>
<build>
@@ -52,8 +57,9 @@
<properties>
<testng.version>6.10</testng.version>
<selenium-java.version>3.4.0</selenium-java.version>
<selenium-java.version>3.141.59</selenium-java.version>
<ashot.version>1.5.4</ashot.version>
<webdrivermanager.version>5.3.0</webdrivermanager.version>
</properties>
</project>