Class RemoteSessionStorage

java.lang.Object
org.openqa.selenium.remote.html5.RemoteSessionStorage
All Implemented Interfaces:
SessionStorage, Storage

@Deprecated public class RemoteSessionStorage extends Object implements SessionStorage
Deprecated.
LocalStorage can be managed by executing JavaScript. @see #executeScript(String, Object...)
Executes the commands to access HTML5 sessionStorage on the remote webdriver server.
  • Constructor Details

    • RemoteSessionStorage

      public RemoteSessionStorage(ExecuteMethod executeMethod)
      Deprecated.
  • Method Details