File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 9
9
\" version\" : \" $CHROME_VERSION \" ,
10
10
\" browserName\" : \" chrome\" ,
11
11
\" maxInstances\" : $NODE_MAX_INSTANCES ,
12
- \" seleniumProtocol\" : \" WebDriver\"
12
+ \" seleniumProtocol\" : \" WebDriver\" ,
13
+ \" applicationName\" : \" $NODE_APPLICATION_NAME \"
13
14
}
14
15
],
15
16
\" proxy\" : \" org.openqa.grid.selenium.proxy.DefaultRemoteProxy\" ,
Original file line number Diff line number Diff line change 9
9
\" version\" : \" $FIREFOX_VERSION \" ,
10
10
\" browserName\" : \" firefox\" ,
11
11
\" maxInstances\" : $NODE_MAX_INSTANCES ,
12
- \" seleniumProtocol\" : \" WebDriver\"
12
+ \" seleniumProtocol\" : \" WebDriver\" ,
13
+ \" applicationName\" : \" $NODE_APPLICATION_NAME \"
13
14
}
14
15
],
15
16
\" proxy\" : \" org.openqa.grid.selenium.proxy.DefaultRemoteProxy\" ,
You can’t perform that action at this time.
0 commit comments