Package org.openqa.selenium.remote.html5
Class AddApplicationCache
- java.lang.Object
-
- org.openqa.selenium.remote.html5.AddApplicationCache
-
- All Implemented Interfaces:
AugmenterProvider<ApplicationCache>
@Deprecated public class AddApplicationCache extends java.lang.Object implements AugmenterProvider<ApplicationCache>
Deprecated.Uses a non W3C compliant capability and is not available in W3C WebDriver sessions
-
-
Constructor Summary
Constructors Constructor Description AddApplicationCache()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.Class<ApplicationCache>
getDescribedInterface()
Deprecated.ApplicationCache
getImplementation(Capabilities capabilities, ExecuteMethod executeMethod)
Deprecated.For the interface that this provider describes, return an implementation.java.util.function.Predicate<Capabilities>
isApplicable()
Deprecated.
-
-
-
Method Detail
-
isApplicable
public java.util.function.Predicate<Capabilities> isApplicable()
Deprecated.- Specified by:
isApplicable
in interfaceAugmenterProvider<ApplicationCache>
- Returns:
- Whether this provider should be applied given these
caps
.
-
getDescribedInterface
public java.lang.Class<ApplicationCache> getDescribedInterface()
Deprecated.- Specified by:
getDescribedInterface
in interfaceAugmenterProvider<ApplicationCache>
- Returns:
- The interface that this augmentor describes.
-
getImplementation
public ApplicationCache getImplementation(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<ApplicationCache>
- Returns:
- An interface implementation
-
-