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 Details

    • AddWebStorage

      public AddWebStorage()
  • Method Details

    • isApplicable

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

      public Class<org.openqa.selenium.html5.WebStorage> getDescribedInterface()
      Specified by:
      getDescribedInterface in interface AugmenterProvider<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 interface AugmenterProvider<org.openqa.selenium.html5.WebStorage>
      Returns:
      An interface implementation