Gets or sets the maximum size to allow for data.
Namespace: OpenQA.Selenium.PhantomJSAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
public int LocalStorageQuota { get; set; }
public int LocalStorageQuota { get; set; }
Public Property LocalStorageQuota As Integer
Get
Set
Public Property LocalStorageQuota As Integer
Get
Set
public:
property int LocalStorageQuota {
int get ();
void set (int value);
}
public:
property int LocalStorageQuota {
int get ();
void set (int value);
}