Gets or sets a value indicating whether the proxy uses automatic detection.
Namespace: OpenQA.SeleniumAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
public bool IsAutoDetect { get; set; }
public bool IsAutoDetect { get; set; }
Public Property IsAutoDetect As Boolean
Get
Set
Public Property IsAutoDetect As Boolean
Get
Set
public:
property bool IsAutoDetect {
bool get ();
void set (bool value);
}
public:
property bool IsAutoDetect {
bool get ();
void set (bool value);
}