|
|
|
@ -42,7 +42,6 @@ module.exports = { |
|
|
|
|
'goog:chromeOptions': { |
|
|
|
|
args: [ |
|
|
|
|
'window-size=2560,1440', |
|
|
|
|
'start-fullscreen', |
|
|
|
|
'--no-sandbox', |
|
|
|
|
'--headless=new', |
|
|
|
|
'--verbose', |
|
|
|
@ -59,7 +58,7 @@ module.exports = { |
|
|
|
|
'javascriptEnabled': true, |
|
|
|
|
'acceptSslCerts': true, |
|
|
|
|
'goog:chromeOptions': { |
|
|
|
|
args: ['window-size=2560,1440', 'start-fullscreen', '--no-sandbox'], |
|
|
|
|
args: ['window-size=2560,1440', '--no-sandbox'], |
|
|
|
|
extensions: [metamaskExtension] |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|