Skip to content

Commit b6aa0a4

Browse files
seleniumselenium
authored andcommitted
'cleanup'
1 parent 1fb0747 commit b6aa0a4

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2323
hs_err_pid*
2424

25+
IEDriverServer.exe
26+
chromedriver.exe
2527
chromedriver
2628

2729
/target/

setupcmd.bat renamed to setup.cmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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"
1+
set path=%path%;%JAVA_HOME%\bin
2+
3+
4+
#Download chromedriver for your operating system
5+
mvn exec:java -Dexec.args="chrome"
66
mvn exec:java -Dexec.args="iexplorer"

0 commit comments

Comments
 (0)