File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
java/src/org/openqa/selenium/grid/node/config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ public class NodeFlags implements HasRoles {
180
180
names = "--vnc-env-var" ,
181
181
description = "Environment variable to check in order to determine if a vnc stream is " +
182
182
"available or not." )
183
- @ ConfigValue (section = NODE_SECTION , name = "vnc-env-var" , example = "START_XVFB " )
183
+ @ ConfigValue (section = NODE_SECTION , name = "vnc-env-var" , example = "SE_START_XVFB " )
184
184
public String vncEnvVar = DEFAULT_VNC_ENV_VAR ;
185
185
186
186
@ Parameter (
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ public class NodeOptions {
74
74
static final String NODE_SECTION = "node" ;
75
75
static final boolean DEFAULT_DETECT_DRIVERS = true ;
76
76
static final boolean OVERRIDE_MAX_SESSIONS = false ;
77
- static final String DEFAULT_VNC_ENV_VAR = "START_XVFB " ;
77
+ static final String DEFAULT_VNC_ENV_VAR = "SE_START_XVFB " ;
78
78
static final int DEFAULT_NO_VNC_PORT = 7900 ;
79
79
static final int DEFAULT_REGISTER_CYCLE = 10 ;
80
80
static final int DEFAULT_REGISTER_PERIOD = 120 ;
You can’t perform that action at this time.
0 commit comments