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 4089314 commit ce4a66bCopy full SHA for ce4a66b
1 file changed
java/src/org/openqa/selenium/firefox/FirefoxDriver.java
@@ -291,6 +291,7 @@ public Optional<DevTools> maybeGetDevTools() {
291
/**
292
* @deprecated Use W3C-compliant BiDi protocol. Use {{@link #getBiDi()}}
293
*/
294
+ @Deprecated
295
@Override
296
public DevTools getDevTools() {
297
if (!cdpUri.isPresent()) {
0 commit comments