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