Skip to content

Instantly share code, notes, and snippets.

@dwalleck
Created October 2, 2023 21:51
Show Gist options
  • Save dwalleck/3ea14fe54a3a670b446b6b569b652817 to your computer and use it in GitHub Desktop.
Save dwalleck/3ea14fe54a3a670b446b6b569b652817 to your computer and use it in GitHub Desktop.
curl https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json | jq -r '.channels[] | select(.channel == "Stable") | .downloads.chromedriver[] | select(.platform == "linux64").url'
curl https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json | jq -r '.channels[] | select(.channel == "Stable") | .downloads.chrome[] | select(.platform == "linux64").url'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment