Parameters
- x
Type: System.Int32
The x coordinate inside tab's area for rise mouse click event.
- y
Type: System.Int32
The y coordinate inside tab's area for rise mouse click event.
- button
Type: System.Int32
The mouse button. It can be "left", "right" or "middle".
- mouseEvent
Type: System.Int32
The mouse button event. It can be "click", "down" or "up".
| C# | Copy Code |
|---|---|
// perform left mouse click in location [100,200] instance.ActiveTab.MouseClick(100, 200, "left", "click"); // perform right mouse down in location [100,200] instance.ActiveTab.MouseClick(150, 300, "right", "down"); | |
| PHP | Copy Code |
|---|---|
// perform left mouse click in location [100,200] $instance->ActiveTab->MouseClick(100, 200, "left", "click"); // perform right mouse down in location [100,200] $instance->ActiveTab->MouseClick(150, 300, "right", "down"); | |
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family