mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
feat: use --no-service-autorun in Chromium (#6232)
See https://chromium-review.googlesource.com/c/chromium/src/+/2436773 for details
This commit is contained in:
parent
243ede5dfb
commit
329980be2a
@ -192,6 +192,8 @@ const DEFAULT_ARGS = [
|
||||
'--enable-automation',
|
||||
'--password-store=basic',
|
||||
'--use-mock-keychain',
|
||||
// See https://chromium-review.googlesource.com/c/chromium/src/+/2436773
|
||||
'--no-service-autorun',
|
||||
];
|
||||
|
||||
async function urlToWSEndpoint(endpointURL: string) {
|
||||
|
Loading…
Reference in New Issue
Block a user