Address review feedback: move permissions to contextOptions, remove redundant tests and files
Co-authored-by: pavelfeldman <883973+pavelfeldman@users.noreply.github.com>
This commit is contained in:
5
config.d.ts
vendored
5
config.d.ts
vendored
@@ -54,11 +54,6 @@ export type Config = {
|
||||
*/
|
||||
contextOptions?: playwright.BrowserContextOptions;
|
||||
|
||||
/**
|
||||
* Permissions to grant to the browser context, for example ["clipboard-read", "clipboard-write"].
|
||||
*/
|
||||
permissions?: string[];
|
||||
|
||||
/**
|
||||
* Chrome DevTools Protocol endpoint to connect to an existing browser instance in case of Chromium family browsers.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user