| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Tab Class : FullEmulationMouseMoveToHtmlElement Method |
Type: Zennolab.CommandCenter.HtmlElement
The HTMLElement for move mouse.
public void FullEmulationMouseMoveToHtmlElement( HtmlElement he )
Type: Zennolab.CommandCenter.HtmlElement
The HTMLElement for move mouse.
HtmlElement he = instance.ActiveTab.GetDocumentByAddress("0").FindElementByAttribute("div", "class", "main", "regexp", 0); if (he.IsVoid) return -1; instance.ActiveTab.FullEmulationMouseMoveToHtmlElement(he);
$he = $instance->ActiveTab->GetDocumentByAddress("0")->FindElementByAttribute("div", "class", "main", "regexp", 0); if (!he->IsVoid) $instance->ActiveTab->FullEmulationMouseMoveToHtmlElement(he);
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.
Tab Class
Tab Members
Set mouse full emulation options method
Mouse move to coordinates method
Mouse move above element method
Mouse click event method
Performs the mouse wheel event
Current mouse position