Skip to content

Commit

Permalink
Merge cf7bf9e into 0e5bb5b
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev authored Jan 31, 2023
2 parents 0e5bb5b + cf7bf9e commit 9ca1de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/org/openqa/selenium/remote/RemoteWebDriver.java
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public RemoteWebDriver(URL remoteAddress, Capabilities capabilities, boolean ena

public RemoteWebDriver(CommandExecutor executor, Capabilities capabilities) {
this.executor = Require.nonNull("Command executor", executor);
capabilities = init(capabilities);
this.capabilities = init(capabilities);

if (executor instanceof NeedsLocalLogs) {
((NeedsLocalLogs) executor).setLocalLogs(localLogs);
Expand Down

0 comments on commit 9ca1de0

Please sign in to comment.