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