diff options
-rwxr-xr-x | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ cd $path # # Get the appropriate chromedriver. Default to linux64 # -CHROMEDRIVER_URL=http://chromedriver.storage.googleapis.com/2.37 +CHROMEDRIVER_URL=http://chromedriver.storage.googleapis.com/2.43 CHROMEDRIVER_ZIP=chromedriver_linux64.zip # Handle mac and windows |