3092-module_transactions #740
|
@ -7,6 +7,8 @@ export async function getBrowser() {
|
|||
const args = [
|
||||
'--no-sandbox',
|
||||
`--window-size=${ 1920 },${ 1080 }`,
|
||||
'--single-process',
|
||||
'--no-zygote'
|
||||
// '--disable-dev-shm-usage'
|
||||
// '--full-memory-crash-report',
|
||||
// '--unlimited-storage'
|
||||
|
|
Loading…
Reference in New Issue