Skip to content

Commit

Permalink
Update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
VietND96 committed Jan 15, 2024
1 parent a70c83d commit 7855e1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static WebDriver createRemoteInstance(String browser) {
return new RemoteWebDriver(new URL(hubUrl), capability, getEnableTracing());
} catch (Exception e) {
LOGGER.error("Could not open the browser.\n" + e.getMessage());
return null;
throw new RuntimeException(e);
}
}

Expand Down

0 comments on commit 7855e1c

Please sign in to comment.