Class RemoteWebStorage
Provides remote access to the IWebStorage API.
public class RemoteWebStorage : IWebStorage
- Inheritance
-
RemoteWebStorage
- Implements
- Inherited Members
Constructors
RemoteWebStorage(RemoteWebDriver)
Initializes a new instance of the RemoteWebStorage class.
public RemoteWebStorage(RemoteWebDriver driver)
Parameters
driver
RemoteWebDriverThe driver instance.
Properties
LocalStorage
Gets the local storage for the site currently opened in the browser.
public ILocalStorage LocalStorage { get; }
Property Value
SessionStorage
Gets the session storage for the site currently opened in the browser.
public ISessionStorage SessionStorage { get; }