We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14bc8f commit d0c3569Copy full SHA for d0c3569
src/main/java/util/driver/CapabilitiesFactory.java
@@ -85,7 +85,7 @@ private static DesiredCapabilities getRemoteDriverCapabilities() {
85
86
Map<String, Object> chromeOptions = new HashMap<>();
87
chromeOptions.put("mobileEmulation", mobileEmulation);
88
- chromeOptions.put("args", Arrays.asList("disable-extensions",
+ chromeOptions.put("args", Arrays.asList("enable-extensions",
89
"test-type", "no-default-browser-check", "ignore-certificate-errors"));
90
91
capabilities.setCapability(ChromeOptions.CAPABILITY, chromeOptions);
0 commit comments