File tree 2 files changed +14
-1
lines changed
selenified/src/test/resources
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public void seleniumSearch() {
14
14
//for linux/mac installations
15
15
// System.setProperty("webdriver.chrome.driver", "lib/chromedriver");
16
16
//for windows installations
17
- // System.setProperty("webdriver.gecko .driver", "lib/chromedriver.exe");
17
+ // System.setProperty("webdriver.chrome .driver", "lib/chromedriver.exe");
18
18
// Create a new instance of the Chrome driver
19
19
// Notice that the remainder of the code relies on the interface,
20
20
// not the implementation.
You can’t perform that action at this time.
0 commit comments