Gets or sets a value indicating whether the disk cache is enabled (at desktop services cache storage location, default is no).
Namespace: OpenQA.Selenium.PhantomJSAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
public bool DiskCache { get; set; }
public bool DiskCache { get; set; }
Public Property DiskCache As Boolean
Get
Set
Public Property DiskCache As Boolean
Get
Set
public:
property bool DiskCache {
bool get ();
void set (bool value);
}
public:
property bool DiskCache {
bool get ();
void set (bool value);
}