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>
public class AddWebStorage
extends Object
implements AugmenterProvider<org.openqa.selenium.html5.WebStorage>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<org.openqa.selenium.html5.WebStorage>
org.openqa.selenium.html5.WebStorage
getImplementation
(org.openqa.selenium.Capabilities capabilities, ExecuteMethod executeMethod) For the interface that this provider describes, return an implementation.Predicate<org.openqa.selenium.Capabilities>
-
Constructor Details
-
AddWebStorage
public AddWebStorage()
-
-
Method Details
-
isApplicable
- Specified by:
isApplicable
in interfaceAugmenterProvider<org.openqa.selenium.html5.WebStorage>
- Returns:
- Whether this provider should be applied given these
caps
.
-
getDescribedInterface
- 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) 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
-