Class RemoteWebStorage

  • All Implemented Interfaces:
    org.openqa.selenium.html5.WebStorage

    public class RemoteWebStorage
    extends java.lang.Object
    implements org.openqa.selenium.html5.WebStorage
    Provides remote access to the WebStorage API.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openqa.selenium.html5.LocalStorage getLocalStorage()  
      org.openqa.selenium.html5.SessionStorage getSessionStorage()  
      • Methods inherited from class java.lang.Object

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

      • RemoteWebStorage

        public RemoteWebStorage​(ExecuteMethod executeMethod)
    • Method Detail

      • getLocalStorage

        public org.openqa.selenium.html5.LocalStorage getLocalStorage()
        Specified by:
        getLocalStorage in interface org.openqa.selenium.html5.WebStorage
      • getSessionStorage

        public org.openqa.selenium.html5.SessionStorage getSessionStorage()
        Specified by:
        getSessionStorage in interface org.openqa.selenium.html5.WebStorage