Skip to content

Commit

Permalink
chore: run recorder app in no sandbox (#5345)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Feb 8, 2021
1 parent 48a295d commit da4304a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/server/supplements/recorder/recorderApp.ts
Expand Up @@ -99,7 +99,8 @@ export class RecorderApp extends EventEmitter {
`--user-data-dir=${path.join(os.homedir(),'.playwright-app')}`,
'--remote-debugging-pipe',
'--app=data:text/html,',
`--window-size=300,800`,
'--window-size=300,800',
'--no-sandbox',
],
noDefaultViewport: true
});
Expand Down

0 comments on commit da4304a

Please sign in to comment.