NUnitAsp

ImageButtonTester.Click Method

Click the button at coordinates (0, 0).

Overload List

Click the button at coordinates (0, 0).

public void Click();

Click the button in a particular location. The 'x' coordinate of the simulated mouse click.The 'y' coordinate of the simulated mouse click.

public void Click(int,int);

See Also

ImageButtonTester Class | NUnit.Extensions.Asp.AspTester Namespace