Skip to content

Commit

Permalink
Update chromeOptions key for capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Sep 1, 2017
1 parent 4159429 commit 2a7e534
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class ChromeOptions {
* Key used to store a set of ChromeOptions in a {@link DesiredCapabilities}
* object.
*/
public static final String CAPABILITY = "chromeOptions";
public static final String CAPABILITY = "goog:chromeOptions";

private String binary;
private List<String> args = Lists.newArrayList();
Expand Down

0 comments on commit 2a7e534

Please sign in to comment.