Skip to content

Commit 49a0f90

Browse files
committed
Add arguments
1 parent 73881db commit 49a0f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/remote-screen-capture.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export class RemoteScreenCapture {
1212
return of(new Builder()
1313
.withCapabilities(Capabilities.chrome())
1414
.setChromeOptions(
15-
new chrome.Options().headless().addExtensions()
15+
new chrome.Options().headless().addExtensions().addArguments('--no-sandbox').addArguments('--disable-dev-shm-usage')
1616
)
1717
.build()
1818
);

0 commit comments

Comments
 (0)