Skip to content

Commit bc3b548

Browse files
committed
[java] Using same variable for log output
Fixes #12406
1 parent 288fdfa commit bc3b548

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/src/org/openqa/selenium/chromium/ChromiumDriver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ protected ChromiumDriver(
170170
+ " where the version (\"v86\") matches the version of the"
171171
+ " chromium-based browser you're using and the version number of the"
172172
+ " artifact is the same as Selenium's.",
173-
capabilities.getBrowserVersion(), new BuildInfo().getReleaseLabel()));
173+
originalCapabilities.getBrowserVersion(), new BuildInfo().getReleaseLabel()));
174174
return new NoOpCdpInfo();
175175
});
176176

0 commit comments

Comments
 (0)