We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73881db commit 49a0f90Copy full SHA for 49a0f90
src/remote-screen-capture.ts
@@ -12,7 +12,7 @@ export class RemoteScreenCapture {
12
return of(new Builder()
13
.withCapabilities(Capabilities.chrome())
14
.setChromeOptions(
15
- new chrome.Options().headless().addExtensions()
+ new chrome.Options().headless().addExtensions().addArguments('--no-sandbox').addArguments('--disable-dev-shm-usage')
16
)
17
.build()
18
);
0 commit comments