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.
    • 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