Skip to content

Commit

Permalink
[java] Using same variable for log output
Browse files Browse the repository at this point in the history
Fixes #12406
  • Loading branch information
diemol committed Jul 24, 2023
1 parent 288fdfa commit bc3b548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/org/openqa/selenium/chromium/ChromiumDriver.java
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ protected ChromiumDriver(
+ " where the version (\"v86\") matches the version of the"
+ " chromium-based browser you're using and the version number of the"
+ " artifact is the same as Selenium's.",
capabilities.getBrowserVersion(), new BuildInfo().getReleaseLabel()));
originalCapabilities.getBrowserVersion(), new BuildInfo().getReleaseLabel()));
return new NoOpCdpInfo();
});

Expand Down

0 comments on commit bc3b548

Please sign in to comment.