Add support for chrome v75

This commit is contained in:
Walmyr Lima 2019-06-04 17:54:13 +02:00 committed by Stan Hu
parent 3fc1f5044d
commit 59ba945ec4

View file

@ -46,6 +46,10 @@ function print_chrome_args() {
CHROME_VERSION=73.0.3683.103-1
CHROME_DRIVER_VERSION=73.0.3683.68
;;
75|75.0)
CHROME_VERSION=75.0.3770.75
CHROME_DRIVER_VERSION=75.0.3770.8
;;
*) echo "Unknown chrome version $1"; exit 1;
esac
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"