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 bdec94a commit 4223bb3Copy full SHA for 4223bb3
NodeChrome/wrap_chrome_binary
@@ -6,11 +6,7 @@ mv "$WRAPPER_PATH" "$BASE_PATH"
6
7
cat > "$WRAPPER_PATH" <<_EOF
8
#!/bin/bash
9
-# --disable-gpu is temporal due to:
10
-# https://github.com/SeleniumHQ/docker-selenium/issues/1346
11
-# https://bugs.chromium.org/p/chromium/issues/detail?id=1228625
12
-# we'll remove it when it is fixed
13
# Note: exec -a below is a bashism.
14
-exec -a "\$0" "$BASE_PATH" --no-sandbox --disable-gpu "\$@"
+exec -a "\$0" "$BASE_PATH" --no-sandbox "\$@"
15
_EOF
16
chmod +x "$WRAPPER_PATH"
0 commit comments