Skip to content

Commit ce4a66b

Browse files
committed
[java] Deprecate CDP support for FirefoxDriver
1 parent 4089314 commit ce4a66b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/src/org/openqa/selenium/firefox/FirefoxDriver.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ public Optional<DevTools> maybeGetDevTools() {
291291
/**
292292
* @deprecated Use W3C-compliant BiDi protocol. Use {{@link #getBiDi()}}
293293
*/
294+
@Deprecated
294295
@Override
295296
public DevTools getDevTools() {
296297
if (!cdpUri.isPresent()) {

0 commit comments

Comments
 (0)