Skip to content

Commit d0c3569

Browse files
committed
[master] - little changes in chrome mobile capabilities
1 parent d14bc8f commit d0c3569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/util/driver/CapabilitiesFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ private static DesiredCapabilities getRemoteDriverCapabilities() {
8585

8686
Map<String, Object> chromeOptions = new HashMap<>();
8787
chromeOptions.put("mobileEmulation", mobileEmulation);
88-
chromeOptions.put("args", Arrays.asList("disable-extensions",
88+
chromeOptions.put("args", Arrays.asList("enable-extensions",
8989
"test-type", "no-default-browser-check", "ignore-certificate-errors"));
9090

9191
capabilities.setCapability(ChromeOptions.CAPABILITY, chromeOptions);

0 commit comments

Comments
 (0)