Class RemoteWebStorage

java.lang.Object
org.openqa.selenium.remote.html5.RemoteWebStorage
All Implemented Interfaces:
org.openqa.selenium.html5.WebStorage

public class RemoteWebStorage extends Object implements org.openqa.selenium.html5.WebStorage
Provides remote access to the WebStorage API.
  • Constructor Details

    • RemoteWebStorage

      public RemoteWebStorage(ExecuteMethod executeMethod)
  • Method Details

    • 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