Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ac449 commit 68c8dbfCopy full SHA for 68c8dbf
examples/java-webbit-websockets-selenium/.gitignore
@@ -1,2 +1 @@
1
-selenium_standalone/
2
-selenium_standalone_zips/
+/webdriver
examples/java-webbit-websockets-selenium/pom.xml
@@ -16,6 +16,12 @@
16
<plugin>
17
<groupId>com.lazerycode.selenium</groupId>
18
<artifactId>driver-binary-downloader-maven-plugin</artifactId>
19
+ <configuration>
20
+ <!-- root directory that downloaded driver binaries will be stored in -->
21
+ <rootStandaloneServerDirectory>${project.basedir}/webdriver/binaries</rootStandaloneServerDirectory>
22
+ <!-- Where you want to store downloaded zip files -->
23
+ <downloadedZipFileDirectory>${project.basedir}/webdriver/zips</downloadedZipFileDirectory>
24
+ </configuration>
25
<executions>
26
<execution>
27
<goals>
0 commit comments