@@ -14998,14 +14998,6 @@ export interface BrowserType<Unused = {}> {
1499814998 */
1499914999 deviceScaleFactor?: number;
1500015000
15001- /**
15002- * **Chromium-only** Whether to auto-open a Developer Tools panel for each tab. If this option is `true`, the
15003- * [`headless`](https://playwright.dev/docs/api/class-browsertype#browser-type-launch-persistent-context-option-headless)
15004- * option will be set `false`.
15005- * @deprecated Use [debugging tools](https://playwright.dev/docs/debug) instead.
15006- */
15007- devtools?: boolean;
15008-
1500915001 /**
1501015002 * If specified, accepted downloads are downloaded into this directory. Otherwise, temporary directory is created and
1501115003 * is deleted when browser is closed. In either case, the downloads are deleted when the browser context they were
@@ -15085,9 +15077,7 @@ export interface BrowserType<Unused = {}> {
1508515077 /**
1508615078 * Whether to run browser in headless mode. More details for
1508715079 * [Chromium](https://developers.google.com/web/updates/2017/04/headless-chrome) and
15088- * [Firefox](https://hacks.mozilla.org/2017/12/using-headless-mode-in-firefox/). Defaults to `true` unless the
15089- * [`devtools`](https://playwright.dev/docs/api/class-browsertype#browser-type-launch-option-devtools) option is
15090- * `true`.
15080+ * [Firefox](https://hacks.mozilla.org/2017/12/using-headless-mode-in-firefox/). Defaults to `true`.
1509115081 */
1509215082 headless?: boolean;
1509315083
@@ -15428,14 +15418,6 @@ export interface BrowserType<Unused = {}> {
1542815418 */
1542915419 chromiumSandbox?: boolean;
1543015420
15431- /**
15432- * **Chromium-only** Whether to auto-open a Developer Tools panel for each tab. If this option is `true`, the
15433- * [`headless`](https://playwright.dev/docs/api/class-browsertype#browser-type-launch-server-option-headless) option
15434- * will be set `false`.
15435- * @deprecated Use [debugging tools](https://playwright.dev/docs/debug) instead.
15436- */
15437- devtools?: boolean;
15438-
1543915421 /**
1544015422 * If specified, accepted downloads are downloaded into this directory. Otherwise, temporary directory is created and
1544115423 * is deleted when browser is closed. In either case, the downloads are deleted when the browser context they were
@@ -15480,9 +15462,7 @@ export interface BrowserType<Unused = {}> {
1548015462 /**
1548115463 * Whether to run browser in headless mode. More details for
1548215464 * [Chromium](https://developers.google.com/web/updates/2017/04/headless-chrome) and
15483- * [Firefox](https://hacks.mozilla.org/2017/12/using-headless-mode-in-firefox/). Defaults to `true` unless the
15484- * [`devtools`](https://playwright.dev/docs/api/class-browsertype#browser-type-launch-option-devtools) option is
15485- * `true`.
15465+ * [Firefox](https://hacks.mozilla.org/2017/12/using-headless-mode-in-firefox/). Defaults to `true`.
1548615466 */
1548715467 headless?: boolean;
1548815468
@@ -21763,14 +21743,6 @@ export interface LaunchOptions {
2176321743 */
2176421744 chromiumSandbox?: boolean;
2176521745
21766- /**
21767- * **Chromium-only** Whether to auto-open a Developer Tools panel for each tab. If this option is `true`, the
21768- * [`headless`](https://playwright.dev/docs/api/class-browsertype#browser-type-launch-option-headless) option will be
21769- * set `false`.
21770- * @deprecated Use [debugging tools](https://playwright.dev/docs/debug) instead.
21771- */
21772- devtools?: boolean;
21773-
2177421746 /**
2177521747 * If specified, accepted downloads are downloaded into this directory. Otherwise, temporary directory is created and
2177621748 * is deleted when browser is closed. In either case, the downloads are deleted when the browser context they were
@@ -21815,9 +21787,7 @@ export interface LaunchOptions {
2181521787 /**
2181621788 * Whether to run browser in headless mode. More details for
2181721789 * [Chromium](https://developers.google.com/web/updates/2017/04/headless-chrome) and
21818- * [Firefox](https://hacks.mozilla.org/2017/12/using-headless-mode-in-firefox/). Defaults to `true` unless the
21819- * [`devtools`](https://playwright.dev/docs/api/class-browsertype#browser-type-launch-option-devtools) option is
21820- * `true`.
21790+ * [Firefox](https://hacks.mozilla.org/2017/12/using-headless-mode-in-firefox/). Defaults to `true`.
2182121791 */
2182221792 headless?: boolean;
2182321793
0 commit comments