Skip to content

Commit

Permalink
Updating CHROME_DRIVER_VERSION to 2.28
Browse files Browse the repository at this point in the history
Changes include:
- Fixes a bug which blocked ChromeDriver automation extension from loading and thereby causing window resizing/positioning & screenshot functionalities to break.
- Fixes a bug where NetLog json files were being truncated.
- Fixes a bug which caused ChromeDriver to timeout and/or hang randomly while a dialog is showing.
- Fixes a bug which caused FindElements to fail in some scenarios.
- Various updates to work with Chrome 57+ .
  • Loading branch information
gensc004 authored Mar 10, 2017
1 parent 4df3488 commit 7e475dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NodeChrome/Dockerfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
#==================
# Chrome webdriver
#==================
ARG CHROME_DRIVER_VERSION=2.27
ARG CHROME_DRIVER_VERSION=2.28
RUN wget --no-verbose -O /tmp/chromedriver_linux64.zip https://chromedriver.storage.googleapis.com/$CHROME_DRIVER_VERSION/chromedriver_linux64.zip \
&& rm -rf /opt/selenium/chromedriver \
&& unzip /tmp/chromedriver_linux64.zip -d /opt/selenium \
Expand Down

0 comments on commit 7e475dd

Please sign in to comment.