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