Skip to content

Commit

Permalink
[java] Fix copy paste error in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pujagani committed Dec 20, 2022
1 parent 6f951b2 commit c744c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/org/openqa/selenium/WebDriverInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public interface WebDriverInfo {
boolean isSupportingCdp();

/**
* @return Whether the driver has enabled the CDP interface.
* @return Whether the driver has enabled the BiDi interface.
*/
boolean isSupportingBiDi();

Expand Down

0 comments on commit c744c1e

Please sign in to comment.