Skip to content

Update chromedriver version#2124

Merged
rachel-fenichel merged 2 commits intodevelopfrom
update_chromedriver_develop
Nov 30, 2018
Merged

Update chromedriver version#2124
rachel-fenichel merged 2 commits intodevelopfrom
update_chromedriver_develop

Conversation

@rachel-fenichel
Copy link
Collaborator

Longer term we should set it up to use the most recent version. This is just a quick change to pull it up to date.

This gist may be relevant to configuring it to use the most recent version.


if [[ $os_name == 'Linux' && ! -f $chromedriver_dir/chromedriver ]]; then
cd chromedriver && curl -L https://chromedriver.storage.googleapis.com/2.39/chromedriver_linux64.zip > tmp.zip && unzip -o tmp.zip && rm tmp.zip
cd chromedriver && curl -L https://chromedriver.storage.googleapis.com/2.43/chromedriver_linux64.zip > tmp.zip && unzip -o tmp.zip && rm tmp.zip
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest is now 2.44 (sorry for the delayed review).

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated. I'll merge it once travis finishes.

@rachel-fenichel rachel-fenichel merged commit 7ec5599 into develop Nov 30, 2018
@rachel-fenichel rachel-fenichel deleted the update_chromedriver_develop branch November 30, 2018 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants