There was an error while loading. Please reload this page.
1 parent 887da78 commit 81a3471Copy full SHA for 81a3471
javascript/node/selenium-webdriver/chromium.js
@@ -310,6 +310,12 @@ class Options extends Capabilities {
310
}
311
312
/**
313
+ * @deprecated Use {@link Options#addArguments} instead.
314
+ * @example
315
+ * options.addArguments('--headless=chrome'); (or)
316
+ * options.addArguments('--headless');
317
318
+ *
319
* Configures the driver to start the browser in headless mode.
320
*
321
* > __NOTE:__ Resizing the browser window in headless mode is only supported
0 commit comments