Skip to content

Commit bfce090

Browse files
committed
Merge remote-tracking branch 'origin/pr/411'
2 parents dfec83e + 1ba1221 commit bfce090

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

NodeChrome/generate_config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ echo "
99
\"version\": \"$CHROME_VERSION\",
1010
\"browserName\": \"chrome\",
1111
\"maxInstances\": $NODE_MAX_INSTANCES,
12-
\"seleniumProtocol\": \"WebDriver\"
12+
\"seleniumProtocol\": \"WebDriver\",
13+
\"applicationName\": \"$NODE_APPLICATION_NAME\"
1314
}
1415
],
1516
\"proxy\": \"org.openqa.grid.selenium.proxy.DefaultRemoteProxy\",

NodeFirefox/generate_config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ echo "
99
\"version\": \"$FIREFOX_VERSION\",
1010
\"browserName\": \"firefox\",
1111
\"maxInstances\": $NODE_MAX_INSTANCES,
12-
\"seleniumProtocol\": \"WebDriver\"
12+
\"seleniumProtocol\": \"WebDriver\",
13+
\"applicationName\": \"$NODE_APPLICATION_NAME\"
1314
}
1415
],
1516
\"proxy\": \"org.openqa.grid.selenium.proxy.DefaultRemoteProxy\",

0 commit comments

Comments
 (0)