Skip to content

Commit 8cd168e

Browse files
author
Methmal Godage
committed
Optimize the web driver initiation by adding the dependency of WebDriverManager
1 parent 4082ff8 commit 8cd168e

File tree

12 files changed

+34
-50
lines changed

12 files changed

+34
-50
lines changed

config/coreconfig.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#BROWSER CONFIGURATIONS
2-
#Values: CHROME, FIREFOX, SAFARI, INTERNET_EXPLORER
3-
browser=CHROME
2+
#Values: CHROME, FIREFOX, EDGE, INTERNET_EXPLORER
3+
browser=FIREFOX
44
isHeadless=FALSE
55
disableInfoBars=FALSE
66

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@
7171
<version>1.7.30</version>
7272
<scope>test</scope>
7373
</dependency>
74+
<dependency>
75+
<groupId>io.github.bonigarcia</groupId>
76+
<artifactId>webdrivermanager</artifactId>
77+
<version>4.3.1</version>
78+
<scope>test</scope>
79+
</dependency>
7480
</dependencies>
7581

7682
<build>
-11.8 MB
Binary file not shown.
-10.9 MB
Binary file not shown.
-9.72 MB
Binary file not shown.
-11.2 MB
Binary file not shown.
-10.2 MB
Binary file not shown.
-7.6 MB
Binary file not shown.
-3.34 MB
Binary file not shown.
-3.26 MB
Binary file not shown.

0 commit comments

Comments
 (0)