Class AddApplicationCache

  • All Implemented Interfaces:
    AugmenterProvider<org.openqa.selenium.html5.ApplicationCache>

    public class AddApplicationCache
    extends java.lang.Object
    implements AugmenterProvider<org.openqa.selenium.html5.ApplicationCache>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<org.openqa.selenium.html5.ApplicationCache> getDescribedInterface()  
      org.openqa.selenium.html5.ApplicationCache getImplementation​(org.openqa.selenium.Capabilities capabilities, ExecuteMethod executeMethod)
      For the interface that this provider describes, return an implementation.
      java.util.function.Predicate<org.openqa.selenium.Capabilities> isApplicable()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AddApplicationCache

        public AddApplicationCache()
    • Method Detail

      • isApplicable

        public java.util.function.Predicate<org.openqa.selenium.Capabilities> isApplicable()
        Specified by:
        isApplicable in interface AugmenterProvider<org.openqa.selenium.html5.ApplicationCache>
        Returns:
        Whether this provider should be applied given these caps.
      • getDescribedInterface

        public java.lang.Class<org.openqa.selenium.html5.ApplicationCache> getDescribedInterface()
        Specified by:
        getDescribedInterface in interface AugmenterProvider<org.openqa.selenium.html5.ApplicationCache>
        Returns:
        The interface that this augmentor describes.
      • getImplementation

        public org.openqa.selenium.html5.ApplicationCache 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 interface AugmenterProvider<org.openqa.selenium.html5.ApplicationCache>
        Returns:
        An interface implementation