pull/4010/head^2
bunsenstraat 1 year ago committed by Aniket
parent 3214268784
commit 6d84e045b7
  1. 3
      .circleci/config.yml

@ -373,7 +373,6 @@ commands:
description: Custom script to install chromedriver with better version support for linux
steps:
- run:
command: >
#!/bin/bash
command: |
CHROMEDRIVER_VERSION=$(curl -s 'https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions.json' | python3 -c "import sys, json; print(json.load(sys.stdin)['channels']['Stable']['version'])")
echo $CHROMEDRIVER_VERSION

Loading…
Cancel
Save