Class RemoteLocalStorage

java.lang.Object
org.openqa.selenium.remote.html5.RemoteLocalStorage
All Implemented Interfaces:
LocalStorage, Storage

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

    • RemoteLocalStorage

      public RemoteLocalStorage(ExecuteMethod executeMethod)
      Deprecated.
  • Method Details