| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Tab Class : FullEmulationMouseClick Method |
Type: System.String
The mouse button event. It can be "click", "down" or "up".
public void FullEmulationMouseClick( string button, string mouseEvent )
Type: System.String
The mouse button. It can be "left", "right" or "middle".
Type: System.String
The mouse button event. It can be "click", "down" or "up".
instance.ActiveTab.FullEmulationMouseMove(500,500); instance.ActiveTab.FullEmulationMouseClick("left", "click");
$instance->ActiveTab->FullEmulationMouseMove(500,500); $instance->ActiveTab->MouseClick("left", "click");
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.
Tab Class
Tab Members
Mouse move to coordinates method
Mouse move to element method
Mouse move above element method
Current mouse position