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.
1 parent 288fdfa commit bc3b548Copy full SHA for bc3b548
1 file changed
java/src/org/openqa/selenium/chromium/ChromiumDriver.java
@@ -170,7 +170,7 @@ protected ChromiumDriver(
170
+ " where the version (\"v86\") matches the version of the"
171
+ " chromium-based browser you're using and the version number of the"
172
+ " artifact is the same as Selenium's.",
173
- capabilities.getBrowserVersion(), new BuildInfo().getReleaseLabel()));
+ originalCapabilities.getBrowserVersion(), new BuildInfo().getReleaseLabel()));
174
return new NoOpCdpInfo();
175
});
176
0 commit comments