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:
Andrey Lushnikov 2021-04-19 15:01:41 -05:00 committed by GitHub
parent 243ede5dfb
commit 329980be2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {