Interface IHasWebStorage
Interface allowing the user to determine if the driver instance supports web storage.
public interface IHasWebStorage
Properties
HasWebStorage
Gets a value indicating whether web storage is supported for this driver.
bool HasWebStorage { get; }
Property Value
WebStorage
Gets an IWebStorage object for managing web storage.
IWebStorage WebStorage { get; }