| 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 can have a value "Left", "Right", "DoubleClick".
Type: System.String
The click distribution type. It 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 can have a value "Left", "Right", "DoubleClick".
Type: System.String
The click distribution type. It 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: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.