Package org.openqa.selenium.bidi
Class BiDiProvider
java.lang.Object
org.openqa.selenium.bidi.BiDiProvider
- All Implemented Interfaces:
AugmenterProvider<HasBiDi>
@AutoService(AugmenterProvider.class)
public class BiDiProvider
extends Object
implements AugmenterProvider<HasBiDi>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetImplementation
(Capabilities caps, ExecuteMethod executeMethod) For the interface that this provider describes, return an implementation.
-
Constructor Details
-
BiDiProvider
public BiDiProvider()
-
-
Method Details
-
isApplicable
- Specified by:
isApplicable
in interfaceAugmenterProvider<HasBiDi>
- Returns:
- Whether this provider should be applied given these
caps
.
-
getDescribedInterface
- Specified by:
getDescribedInterface
in interfaceAugmenterProvider<HasBiDi>
- Returns:
- The interface that this augmentor describes.
-
getImplementation
Description copied from interface:AugmenterProvider
For the interface that this provider describes, return an implementation.- Specified by:
getImplementation
in interfaceAugmenterProvider<HasBiDi>
- Returns:
- An interface implementation
-