Skip to content

Commit

Permalink
Avoid read release from repository in the retry process to resolve dr…
Browse files Browse the repository at this point in the history
…iver
  • Loading branch information
bonigarcia committed Sep 19, 2020
1 parent d2a6fa6 commit ab2b726
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -734,6 +734,7 @@ protected void handleException(Exception e, String driverVersion) {
driverVersionStr, e.getMessage());
if (retryCount == 0 && !config().isAvoidFallback()) {
config().setAvoidBrowserDetection(true);
config().setAvoidReadReleaseFromRepository(true);
driverVersion = "";
setBrowserVersion("");
retryCount++;
Expand Down

0 comments on commit ab2b726

Please sign in to comment.