Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Renamed deprecated ChromeDriver command line option #404

Merged
merged 1 commit into from
Jul 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion static/chrome/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ if [ "$ENABLE_VNC" == "true" ]; then
X11VNC_PID=$!
fi

DISPLAY="$DISPLAY" /usr/bin/chromedriver --port=4444 --whitelisted-ips='' ${DRIVER_ARGS} &
DISPLAY="$DISPLAY" /usr/bin/chromedriver --port=4444 --allowed-ips='' ${DRIVER_ARGS} &
DRIVER_PID=$!

wait
2 changes: 1 addition & 1 deletion static/yandex/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if [ "$ENABLE_VNC" == "true" ]; then
X11VNC_PID=$!
fi

DISPLAY="$DISPLAY" /usr/bin/yandexdriver --port=4444 --whitelisted-ips='' ${DRIVER_ARGS} &
DISPLAY="$DISPLAY" /usr/bin/yandexdriver --port=4444 --allowed-ips='' ${DRIVER_ARGS} &
DRIVER_PID=$!

wait