Uses of Interface
org.openqa.selenium.bidi.HasBiDi
-
Packages that use HasBiDi Package Description org.openqa.selenium.bidi org.openqa.selenium.firefox -
-
Uses of HasBiDi in org.openqa.selenium.bidi
Methods in org.openqa.selenium.bidi that return HasBiDi Modifier and Type Method Description HasBiDi
BiDiProvider. getImplementation(org.openqa.selenium.Capabilities caps, org.openqa.selenium.remote.ExecuteMethod executeMethod)
Methods in org.openqa.selenium.bidi that return types with arguments of type HasBiDi Modifier and Type Method Description java.lang.Class<HasBiDi>
BiDiProvider. getDescribedInterface()
-
Uses of HasBiDi in org.openqa.selenium.firefox
Classes in org.openqa.selenium.firefox that implement HasBiDi Modifier and Type Class Description class
FirefoxDriver
An implementation of the {#link WebDriver} interface that drives Firefox.
-