Skip to content

Commit

Permalink
Adding se: prefix to the capability that defines node config uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Nov 22, 2017
1 parent dcb4792 commit fd9e75c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

public class GridNodeConfiguration extends GridConfiguration {
public static final String DEFAULT_NODE_CONFIG_FILE = "defaults/DefaultNodeWebDriver.json";
public static final String CONFIG_UUID_CAPABILITY = "_CONFIG_UUID";
public static final String CONFIG_UUID_CAPABILITY = "se:CONFIG_UUID";

/*
* IMPORTANT - Keep these constant values in sync with the ones specified in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

public class ChromeMutator implements Function<ImmutableCapabilities, ImmutableCapabilities> {

private static final String CONFIG_UUID_CAPABILITY = "_CONFIG_UUID";
private static final String CONFIG_UUID_CAPABILITY = "se:CONFIG_UUID";

private final Capabilities config;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

public class FirefoxMutator implements Function<ImmutableCapabilities, ImmutableCapabilities> {

private static final String CONFIG_UUID_CAPABILITY = "_CONFIG_UUID";
private static final String CONFIG_UUID_CAPABILITY = "se:CONFIG_UUID";

private final Capabilities config;

Expand Down

0 comments on commit fd9e75c

Please sign in to comment.