Click Method (Mouse)
Moves the mouse to the specified point on the screen and clicks the specified mouse button.

C# Syntax

public static void Click( 
   Point point,
   MouseButton button
)

Parameters

point
The System.Drawing.Point on the screen to place the mouse pointer.
button
Optional. The mouse button that performs the click. Possible Values: MouseButton. Default = MouseButton.Left.