We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e5bb5b + cf7bf9e commit 9ca1de0Copy full SHA for 9ca1de0
1 file changed
java/src/org/openqa/selenium/remote/RemoteWebDriver.java
@@ -147,7 +147,7 @@ public RemoteWebDriver(URL remoteAddress, Capabilities capabilities, boolean ena
147
148
public RemoteWebDriver(CommandExecutor executor, Capabilities capabilities) {
149
this.executor = Require.nonNull("Command executor", executor);
150
- capabilities = init(capabilities);
+ this.capabilities = init(capabilities);
151
152
if (executor instanceof NeedsLocalLogs) {
153
((NeedsLocalLogs) executor).setLocalLogs(localLogs);
0 commit comments