File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
java/server/src/org/openqa/grid
internal/utils/configuration Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 57
57
58
58
public class GridNodeConfiguration extends GridConfiguration {
59
59
public static final String DEFAULT_NODE_CONFIG_FILE = "defaults/DefaultNodeWebDriver.json" ;
60
- public static final String CONFIG_UUID_CAPABILITY = "_CONFIG_UUID " ;
60
+ public static final String CONFIG_UUID_CAPABILITY = "se:CONFIG_UUID " ;
61
61
62
62
/*
63
63
* IMPORTANT - Keep these constant values in sync with the ones specified in
Original file line number Diff line number Diff line change 29
29
30
30
public class ChromeMutator implements Function <ImmutableCapabilities , ImmutableCapabilities > {
31
31
32
- private static final String CONFIG_UUID_CAPABILITY = "_CONFIG_UUID " ;
32
+ private static final String CONFIG_UUID_CAPABILITY = "se:CONFIG_UUID " ;
33
33
34
34
private final Capabilities config ;
35
35
Original file line number Diff line number Diff line change 31
31
32
32
public class FirefoxMutator implements Function <ImmutableCapabilities , ImmutableCapabilities > {
33
33
34
- private static final String CONFIG_UUID_CAPABILITY = "_CONFIG_UUID " ;
34
+ private static final String CONFIG_UUID_CAPABILITY = "se:CONFIG_UUID " ;
35
35
36
36
private final Capabilities config ;
37
37
You can’t perform that action at this time.
0 commit comments