Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit 28ae014

Browse files
committed
Chrome arg default: --disable-infobars
1 parent 953c35a commit 28ae014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ ENV FIREFOX_VERSION="${FF_VER}" \
827827
SELENIUM_HUB_PARAMS="" \
828828
SELENIUM_NODE_PARAMS="" \
829829
SELENIUM_NODE_PROXY_PARAMS="" \
830-
CHROME_ARGS="--no-sandbox --disable-gpu" \
830+
CHROME_ARGS="--no-sandbox --disable-gpu --disable-infobars" \
831831
CHROME_ADDITIONAL_ARGS="" \
832832
CHROME_VERBOSELOGGING="true" \
833833
MAX_INSTANCES=1 \

0 commit comments

Comments
 (0)