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
-
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:
isApplicable
in interfaceAugmenterProvider<WebStorage>
- Returns:
- Whether this provider should be applied given these
caps
.
-
getDescribedInterface
Deprecated.- Specified by:
getDescribedInterface
in interfaceAugmenterProvider<WebStorage>
- Returns:
- The interface that this augmentor describes.
-
getImplementation
Deprecated.Description copied from interface:AugmenterProvider
For the interface that this provider describes, return an implementation.- Specified by:
getImplementation
in interfaceAugmenterProvider<WebStorage>
- Returns:
- An interface implementation
-