Gets or sets a value indicating whether native events are enabled.
Namespace: OpenQA.Selenium.FirefoxAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
public bool EnableNativeEvents { get; set; }
public bool EnableNativeEvents { get; set; }
Public Property EnableNativeEvents As Boolean
Get
Set
Public Property EnableNativeEvents As Boolean
Get
Set
public:
property bool EnableNativeEvents {
bool get ();
void set (bool value);
}
public:
property bool EnableNativeEvents {
bool get ();
void set (bool value);
}