Skip to content

Commit b25ff13

Browse files
committed
s/chrome/firefox for NodeFirefox/generate_config
1 parent 18b186d commit b25ff13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NodeFirefox/generate_config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ echo "
66
{
77
\"capabilities\": [
88
{
9-
\"version\": \"$CHROME_VERSION\",
10-
\"browserName\": \"chrome\",
9+
\"version\": \"$FIREFOX_VERSION\",
10+
\"browserName\": \"firefox\",
1111
\"maxInstances\": $NODE_MAX_INSTANCES,
1212
\"seleniumProtocol\": \"WebDriver\",
1313
\"applicationName\": \"$NODE_APPLICATION_NAME\"
@@ -21,4 +21,4 @@ echo "
2121
\"nodePolling\": $NODE_POLLING,
2222
\"unregisterIfStillDownAfter\": $NODE_UNREGISTER_IF_STILL_DOWN_AFTER,
2323
\"downPollingLimit\": $NODE_DOWN_POLLING_LIMIT
24-
}"
24+
}"

0 commit comments

Comments
 (0)