| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Instance Class : Click Method |
Type: System.Int32
The minimum x coordinate.Type: System.Int32
The maximum x coordinate.Type: System.Int32
The minimum y coordinate.Type: System.Int32
The maximum y coordinate.Type: System.String
The mouse button type. It's can have a value "Left", "Right", "DoubleClick".
Type: System.String
The click distribution type. It's can have a value "Normal", "Random".
Type: System.Int32
The minimum x coordinate.Type: System.Int32
The maximum x coordinate.Type: System.Int32
The minimum y coordinate.Type: System.Int32
The maximum y coordinate.Type: System.String
The mouse button type. It's can have a value "Left", "Right", "DoubleClick".
Type: System.String
The click distribution type. It's can have a value "Normal", "Random".
// navigate to lessons.zennolab.com instance.ActiveTab.Navigate("lessons.zennolab.com", ""); // waiting for page loading instance.ActiveTab.WaitDownloading(); // emulation of click instance.Click(100, 100, 200, 200, "Left", "Normal");
// navigate to lessons.zennolab.com $instance->ActiveTab->Navigate("lessons.zennolab.com", ""); // waiting for page loading $instance->ActiveTab->WaitDownloading(); // emulation of click $instance->Click(100, 100, 200, 200, "Left", "Normal");
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven