We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f688758 commit 490a754Copy full SHA for 490a754
1 file changed
pom.xml
@@ -169,6 +169,12 @@
169
<properties>
170
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
171
<javac.target>1.8</javac.target>
172
+
173
+ <dependency>
174
+ <groupId>org.seleniumhq.selenium</groupId>
175
+ <artifactId>selenium-java</artifactId>
176
+ <version>4.0.0</version> <!-- Use the latest version -->
177
+ </dependency>
178
<samples.version>0.0.2-SNAPSHOT</samples.version>
179
<jcommander.version>1.82</jcommander.version>
180
<hdrhistogram.version>2.1.12</hdrhistogram.version>
0 commit comments