Skip to content

Commit 44b7109

Browse files
author
Max Saperstone
committed
Adding in properties file for default running with chrome; fixing chrome driver typo
1 parent 9ffb598 commit 44b7109

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# connection
2+
hub=
3+
proxy=
4+
appURL=
5+
# browser
6+
browser=chrome
7+
headless=false
8+
options=
9+
# logging
10+
defaultWait=5
11+
defaultPoll=50
12+
generatePDF=false
13+
packageResults=false

selenium/src/test/java/CoverosIT.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public void seleniumSearch() {
1414
//for linux/mac installations
1515
// System.setProperty("webdriver.chrome.driver", "lib/chromedriver");
1616
//for windows installations
17-
// System.setProperty("webdriver.gecko.driver", "lib/chromedriver.exe");
17+
// System.setProperty("webdriver.chrome.driver", "lib/chromedriver.exe");
1818
// Create a new instance of the Chrome driver
1919
// Notice that the remainder of the code relies on the interface,
2020
// not the implementation.

0 commit comments

Comments
 (0)