NUnitForms Class Library

MouseController.Click Method

Simulate clicking on the control under test.

Overload List

Simulate clicking on the control under test.

public void Click();

Simulate clicking at the specified PointF.

public void Click(PointF);

Simulate clicking at the specified x and y-coordinate.

public void Click(float,float);

See Also

MouseController Class | NUnit.Extensions.Forms Namespace