Simulates a complete click (press and release).
public void Click(Interactive target, Point position, MouseButton button = MouseButton.Left, int holdTime = 50)
The target control.
Click position.
Mouse button to click.
Time to hold the button in milliseconds.