Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 68c8dbf

Browse files
committed
[Examples] Keep webdrivers in predictable location
1 parent e6ac449 commit 68c8dbf

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
selenium_standalone/
2-
selenium_standalone_zips/
1+
/webdriver

examples/java-webbit-websockets-selenium/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
<plugin>
1717
<groupId>com.lazerycode.selenium</groupId>
1818
<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>
1925
<executions>
2026
<execution>
2127
<goals>

0 commit comments

Comments
 (0)