Gets or sets a value indicating whether to enable persistently sending WM_MOUSEMOVE messages
to the IE window during a mouse hover.
Namespace: OpenQA.Selenium.IEAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
public bool EnablePersistentHover { get; set; }
public bool EnablePersistentHover { get; set; }
Public Property EnablePersistentHover As Boolean
Get
Set
Public Property EnablePersistentHover As Boolean
Get
Set
public:
property bool EnablePersistentHover {
bool get ();
void set (bool value);
}
public:
property bool EnablePersistentHover {
bool get ();
void set (bool value);
}