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