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 61a1eb1 commit ae35dc7Copy full SHA for ae35dc7
java/test/org/openqa/selenium/testing/drivers/Browser.java
@@ -83,7 +83,7 @@ public Capabilities getCapabilities() {
83
}
84
85
if (Boolean.getBoolean("webdriver.headless")) {
86
- options.addArguments("--headless=chrome");
+ options.addArguments("--headless=new");
87
88
89
options.addArguments(
0 commit comments