Skip to content

Commit

Permalink
Merge pull request kitodo#5923 from effective-webwork/chrome-driver-f…
Browse files Browse the repository at this point in the history
…or-testing

Update location of chrome driver for testing
  • Loading branch information
solth authored Feb 20, 2024
2 parents c723b1c + 95cd658 commit a956a10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class WebDriverProvider {
// https://chromedriver.chromium.org/downloads
private static final String CHROME_DRIVER_LAST_GOOD_VERSIONS_URL
= "https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions.json";
private static final String CHROME_FOR_TESTING_URL = "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/";
private static final String CHROME_FOR_TESTING_URL = "https://storage.googleapis.com/chrome-for-testing-public/";
public static final String CHROME_DRIVER = "chromedriver";
private static final String CHROME_DRIVER_MAC_PREFIX = "mac-x64";
private static final String CHROME_DRIVER_WIN_PREFIX = "win32";
Expand Down

0 comments on commit a956a10

Please sign in to comment.