mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs: chromiumSandbox is by default false (#6662)
This commit is contained in:
parent
277eca1b98
commit
202511d60a
@ -614,7 +614,7 @@ Browser distribution channel. Read more about using [Google Chrome and Microsoft
|
|||||||
## browser-option-chromiumsandbox
|
## browser-option-chromiumsandbox
|
||||||
- `chromiumSandbox` <[boolean]>
|
- `chromiumSandbox` <[boolean]>
|
||||||
|
|
||||||
Enable Chromium sandboxing. Defaults to `true`.
|
Enable Chromium sandboxing. Defaults to `false`.
|
||||||
|
|
||||||
|
|
||||||
## browser-option-downloadspath
|
## browser-option-downloadspath
|
||||||
|
|||||||
6
types/types.d.ts
vendored
6
types/types.d.ts
vendored
@ -7019,7 +7019,7 @@ export interface BrowserType<Unused = {}> {
|
|||||||
channel?: "chrome"|"chrome-beta"|"chrome-dev"|"chrome-canary"|"msedge"|"msedge-beta"|"msedge-dev"|"msedge-canary";
|
channel?: "chrome"|"chrome-beta"|"chrome-dev"|"chrome-canary"|"msedge"|"msedge-beta"|"msedge-dev"|"msedge-canary";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable Chromium sandboxing. Defaults to `true`.
|
* Enable Chromium sandboxing. Defaults to `false`.
|
||||||
*/
|
*/
|
||||||
chromiumSandbox?: boolean;
|
chromiumSandbox?: boolean;
|
||||||
|
|
||||||
@ -7353,7 +7353,7 @@ export interface BrowserType<Unused = {}> {
|
|||||||
channel?: "chrome"|"chrome-beta"|"chrome-dev"|"chrome-canary"|"msedge"|"msedge-beta"|"msedge-dev"|"msedge-canary";
|
channel?: "chrome"|"chrome-beta"|"chrome-dev"|"chrome-canary"|"msedge"|"msedge-beta"|"msedge-dev"|"msedge-canary";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable Chromium sandboxing. Defaults to `true`.
|
* Enable Chromium sandboxing. Defaults to `false`.
|
||||||
*/
|
*/
|
||||||
chromiumSandbox?: boolean;
|
chromiumSandbox?: boolean;
|
||||||
|
|
||||||
@ -11251,7 +11251,7 @@ export interface LaunchOptions {
|
|||||||
channel?: "chrome"|"chrome-beta"|"chrome-dev"|"chrome-canary"|"msedge"|"msedge-beta"|"msedge-dev"|"msedge-canary";
|
channel?: "chrome"|"chrome-beta"|"chrome-dev"|"chrome-canary"|"msedge"|"msedge-beta"|"msedge-dev"|"msedge-canary";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable Chromium sandboxing. Defaults to `true`.
|
* Enable Chromium sandboxing. Defaults to `false`.
|
||||||
*/
|
*/
|
||||||
chromiumSandbox?: boolean;
|
chromiumSandbox?: boolean;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user