mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Set Chrome logger to level 3: Log_Fatal (#14044)
This commit is contained in:
parent
0c8c272521
commit
22306826ff
@ -18,6 +18,7 @@ class ChromeDriver {
|
|||||||
if (responsive) {
|
if (responsive) {
|
||||||
args.push('--auto-open-devtools-for-tabs');
|
args.push('--auto-open-devtools-for-tabs');
|
||||||
}
|
}
|
||||||
|
args.push('--log-level=3');
|
||||||
const options = new chrome.Options().addArguments(args);
|
const options = new chrome.Options().addArguments(args);
|
||||||
options.setProxy(proxy.manual({ https: HTTPS_PROXY_HOST }));
|
options.setProxy(proxy.manual({ https: HTTPS_PROXY_HOST }));
|
||||||
options.setAcceptInsecureCerts(true);
|
options.setAcceptInsecureCerts(true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user