Skip to content

Commit

Permalink
Small refactoring to RemoteWebDriver (#8141)
Browse files Browse the repository at this point in the history
  • Loading branch information
alb-i986 authored Mar 31, 2020
1 parent b88799c commit 5bad273
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ protected RemoteWebDriver() {
}

public RemoteWebDriver(Capabilities capabilities) {
this(new HttpCommandExecutor(null), capabilities);
this((URL) null, capabilities);
}

public RemoteWebDriver(CommandExecutor executor, Capabilities capabilities) {
Expand Down

0 comments on commit 5bad273

Please sign in to comment.