Skip to content

Commit

Permalink
fix: W3c non-compliant cap bstack:options (#3312)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamal-kaur04 authored Nov 2, 2023
1 parent 18df70e commit 72ca590
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class BrowserStackConfiguration {

public static final String BROWSERSTACK_OPTIONS = "\"bstack:options\"";
public static final String BROWSERSTACK_OPTIONS = "bstack:options";
public static final String BROWSERSTACK_OPTIONS_PATH = "webdriver.capabilities." + BROWSERSTACK_OPTIONS;

static boolean isActiveFor(EnvironmentVariables environmentVariables) {
Expand Down

0 comments on commit 72ca590

Please sign in to comment.