Skip to content

Instantly share code, notes, and snippets.

@IanVaughan
Created January 13, 2020 19:35
Show Gist options
  • Save IanVaughan/3e0c50d2fa4a60e672b96f6726fbbb8c to your computer and use it in GitHub Desktop.
Save IanVaughan/3e0c50d2fa4a60e672b96f6726fbbb8c to your computer and use it in GitHub Desktop.
Capybara / webdrivers / chrome / heroku
Capybara starting Puma...
* Version 3.12.2 , codename: Llamas in Pajamas
* Min threads: 0, max threads: 4
* Listening on tcp://127.0.0.1:35419
2020-01-13 19:32:01 DEBUG Webdrivers Checking current version
2020-01-13 19:32:01 DEBUG Webdrivers /app/.webdrivers/chromedriver is not already downloaded
2020-01-13 19:32:01 DEBUG Webdrivers Selenium::WebDriver::Chrome.path: /app/.apt/usr/bin/google-chrome-stable
2020-01-13 19:32:01 DEBUG Webdrivers making System call: ["/app/.apt/usr/bin/google-chrome-stable", "--product-version"]
2020-01-13 19:32:01 DEBUG Webdrivers System call returned: 79.0.3945.117
2020-01-13 19:32:01 DEBUG Webdrivers Browser version: 79.0.3945.117
2020-01-13 19:32:01 DEBUG Webdrivers Selenium::WebDriver::Chrome.path: /app/.apt/usr/bin/google-chrome-stable
2020-01-13 19:32:01 DEBUG Webdrivers making System call: ["/app/.apt/usr/bin/google-chrome-stable", "--product-version"]
2020-01-13 19:32:01 DEBUG Webdrivers System call returned: 79.0.3945.117
2020-01-13 19:32:01 DEBUG Webdrivers Browser version: 79.0.3945.117
2020-01-13 19:32:01 DEBUG Webdrivers Making network call to https://chromedriver.storage.googleapis.com/LATEST_RELEASE_79.0.3945
2020-01-13 19:32:01 DEBUG Webdrivers Get response: #<Net::HTTPOK 200 OK readbody=true>
2020-01-13 19:32:01 DEBUG Webdrivers Latest version available: 79.0.3945.36
2020-01-13 19:32:01 DEBUG Webdrivers Deleting /app/.webdrivers/chromedriver.version
2020-01-13 19:32:01 DEBUG Webdrivers Selenium::WebDriver::Chrome.path: /app/.apt/usr/bin/google-chrome-stable
2020-01-13 19:32:01 DEBUG Webdrivers making System call: ["/app/.apt/usr/bin/google-chrome-stable", "--product-version"]
2020-01-13 19:32:01 DEBUG Webdrivers System call returned: 79.0.3945.117
2020-01-13 19:32:01 DEBUG Webdrivers Browser version: 79.0.3945.117
2020-01-13 19:32:01 DEBUG Webdrivers Selenium::WebDriver::Chrome.path: /app/.apt/usr/bin/google-chrome-stable
2020-01-13 19:32:01 DEBUG Webdrivers making System call: ["/app/.apt/usr/bin/google-chrome-stable", "--product-version"]
2020-01-13 19:32:01 DEBUG Webdrivers System call returned: 79.0.3945.117
2020-01-13 19:32:01 DEBUG Webdrivers Browser version: 79.0.3945.117
2020-01-13 19:32:01 DEBUG Webdrivers Making network call to https://chromedriver.storage.googleapis.com/LATEST_RELEASE_79.0.3945
2020-01-13 19:32:01 DEBUG Webdrivers Get response: #<Net::HTTPOK 200 OK readbody=true>
2020-01-13 19:32:01 DEBUG Webdrivers Latest version available: 79.0.3945.36
2020-01-13 19:32:01 DEBUG Webdrivers chromedriver URL: https://chromedriver.storage.googleapis.com/79.0.3945.36/chromedriver_linux64.zip
2020-01-13 19:32:01 DEBUG Webdrivers Making network call to https://chromedriver.storage.googleapis.com/79.0.3945.36/chromedriver_linux64.zip
2020-01-13 19:32:01 DEBUG Webdrivers Get response: #<Net::HTTPOK 200 OK readbody=true>
2020-01-13 19:32:01 DEBUG Webdrivers Successfully downloaded /tmp/20200113-3324-1opj37wchromedriver_linux64.zip
2020-01-13 19:32:01 DEBUG Webdrivers Decompressing /tmp/20200113-3324-1opj37wchromedriver_linux64.zip
2020-01-13 19:32:02 DEBUG Webdrivers Completed download and processing of /app/.webdrivers/chromedriver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment