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