We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b186d commit b25ff13Copy full SHA for b25ff13
NodeFirefox/generate_config
@@ -6,8 +6,8 @@ echo "
6
{
7
\"capabilities\": [
8
9
- \"version\": \"$CHROME_VERSION\",
10
- \"browserName\": \"chrome\",
+ \"version\": \"$FIREFOX_VERSION\",
+ \"browserName\": \"firefox\",
11
\"maxInstances\": $NODE_MAX_INSTANCES,
12
\"seleniumProtocol\": \"WebDriver\",
13
\"applicationName\": \"$NODE_APPLICATION_NAME\"
@@ -21,4 +21,4 @@ echo "
21
\"nodePolling\": $NODE_POLLING,
22
\"unregisterIfStillDownAfter\": $NODE_UNREGISTER_IF_STILL_DOWN_AFTER,
23
\"downPollingLimit\": $NODE_DOWN_POLLING_LIMIT
24
-}"
+}"
0 commit comments