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 1fb0747 commit b6aa0a4Copy full SHA for b6aa0a4
.gitignore
@@ -22,6 +22,8 @@
22
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23
hs_err_pid*
24
25
+IEDriverServer.exe
26
+chromedriver.exe
27
chromedriver
28
29
/target/
setupcmd.bat renamed to setup.cmd
@@ -1,6 +1,6 @@
1
-set path=%path%;%JAVA_HOME%\bin
2
-
3
4
-#Download chromedriver for your operating system
5
-mvn exec:java -Dexec.args="chrome"
+set path=%path%;%JAVA_HOME%\bin
+
+#Download chromedriver for your operating system
+mvn exec:java -Dexec.args="chrome"
6
mvn exec:java -Dexec.args="iexplorer"
0 commit comments