Package org.openqa.selenium.bidi
Class BiDiProvider
java.lang.Object
org.openqa.selenium.bidi.BiDiProvider
- All Implemented Interfaces:
org.openqa.selenium.remote.AugmenterProvider<org.openqa.selenium.bidi.HasBiDi>
@AutoService(org.openqa.selenium.remote.AugmenterProvider.class)
public class BiDiProvider
extends Object
implements org.openqa.selenium.remote.AugmenterProvider<org.openqa.selenium.bidi.HasBiDi>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<org.openqa.selenium.bidi.HasBiDi>
org.openqa.selenium.bidi.HasBiDi
getImplementation
(org.openqa.selenium.Capabilities caps, org.openqa.selenium.remote.ExecuteMethod executeMethod) Predicate<org.openqa.selenium.Capabilities>
-
Constructor Details
-
BiDiProvider
public BiDiProvider()
-
-
Method Details
-
isApplicable
- Specified by:
isApplicable
in interfaceorg.openqa.selenium.remote.AugmenterProvider<org.openqa.selenium.bidi.HasBiDi>
-
getDescribedInterface
- Specified by:
getDescribedInterface
in interfaceorg.openqa.selenium.remote.AugmenterProvider<org.openqa.selenium.bidi.HasBiDi>
-
getImplementation
public org.openqa.selenium.bidi.HasBiDi getImplementation(org.openqa.selenium.Capabilities caps, org.openqa.selenium.remote.ExecuteMethod executeMethod) - Specified by:
getImplementation
in interfaceorg.openqa.selenium.remote.AugmenterProvider<org.openqa.selenium.bidi.HasBiDi>
-