Package org.openqa.selenium.remote
Class AddHasLogEvents
- java.lang.Object
-
- org.openqa.selenium.remote.AddHasLogEvents
-
- All Implemented Interfaces:
AugmenterProvider<HasLogEvents>
public class AddHasLogEvents extends java.lang.Object implements AugmenterProvider<HasLogEvents>
-
-
Constructor Summary
Constructors Constructor Description AddHasLogEvents()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<HasLogEvents>
getDescribedInterface()
HasLogEvents
getImplementation(Capabilities capabilities, ExecuteMethod executeMethod)
For the interface that this provider describes, return an implementation.java.util.function.Predicate<Capabilities>
isApplicable()
-
-
-
Method Detail
-
isApplicable
public java.util.function.Predicate<Capabilities> isApplicable()
- Specified by:
isApplicable
in interfaceAugmenterProvider<HasLogEvents>
- Returns:
- Whether this provider should be applied given these
caps
.
-
getDescribedInterface
public java.lang.Class<HasLogEvents> getDescribedInterface()
- Specified by:
getDescribedInterface
in interfaceAugmenterProvider<HasLogEvents>
- Returns:
- The interface that this augmentor describes.
-
getImplementation
public HasLogEvents getImplementation(Capabilities capabilities, ExecuteMethod executeMethod)
Description copied from interface:AugmenterProvider
For the interface that this provider describes, return an implementation.- Specified by:
getImplementation
in interfaceAugmenterProvider<HasLogEvents>
- Returns:
- An interface implementation
-
-