Skip to content

Commit

Permalink
Update Geckodriver version 0.16.0
Browse files Browse the repository at this point in the history
geckodriver v0.16.0 is only compatible with Selenium 3.4 and greater.
  • Loading branch information
manoj9788 authored Apr 23, 2017
1 parent 96766f8 commit 217b3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NodeFirefox/Dockerfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt-get update -qqy \
#============
# GeckoDriver
#============
ARG GECKODRIVER_VERSION=0.15.0
ARG GECKODRIVER_VERSION=0.16.0
RUN wget --no-verbose -O /tmp/geckodriver.tar.gz https://github.com/mozilla/geckodriver/releases/download/v$GECKODRIVER_VERSION/geckodriver-v$GECKODRIVER_VERSION-linux64.tar.gz \
&& rm -rf /opt/geckodriver \
&& tar -C /opt -zxf /tmp/geckodriver.tar.gz \
Expand Down

0 comments on commit 217b3d5

Please sign in to comment.