Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit cfc07fc

Browse files
committed
+ Using Selenium 3.5.3 as 3.6.0 is not working with jBrowserDriver
1 parent 59ad643 commit cfc07fc

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.hi-fi</groupId>
66
<artifactId>robotframework-seleniumlibrary</artifactId>
7-
<version>3.6.0.0-SNAPSHOT</version>
7+
<version>3.5.3.0-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>Robot Framework :: SeleniumLibrary</name>
@@ -71,7 +71,7 @@
7171
<xml.doclet.version>1.0.5</xml.doclet.version>
7272
<robotframework.version>3.0.2</robotframework.version>
7373
<robotframework.maven.plugin.version>1.4.7</robotframework.maven.plugin.version>
74-
<selenium.version>3.6.0</selenium.version>
74+
<selenium.version>3.5.3</selenium.version>
7575
<keywords.class>SeleniumLibrary</keywords.class>
7676
</properties>
7777

@@ -126,11 +126,6 @@
126126
<artifactId>commons-exec</artifactId>
127127
<version>1.3</version>
128128
</dependency>
129-
<dependency>
130-
<groupId>com.machinepublishers</groupId>
131-
<artifactId>jbrowserdriver</artifactId>
132-
<version>0.17.9</version>
133-
</dependency>
134129
</dependencies>
135130

136131
<build>

0 commit comments

Comments
 (0)