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 edfb8fa commit 4bf5f80Copy full SHA for 4bf5f80
1 file changed
javascript/node/selenium-webdriver/chromium.js
@@ -316,6 +316,9 @@ class Options extends Capabilities {
316
* options.addArguments('--headless');
317
* @example
318
*
319
+ * Recommended to use '--headless=chrome' as argument for browsers v94-108.
320
+ * Recommended to use '--headless=new' as argument for browsers v109+.
321
+ *
322
* Configures the driver to start the browser in headless mode.
323
324
* > __NOTE:__ Resizing the browser window in headless mode is only supported
0 commit comments