NUnitAsp

HtmlInputImageTester.Click Method

Click the image button in the upper-left corner (coordinates '0, 0').

Overload List

Click the image button in the upper-left corner (coordinates '0, 0').

public void Click();

Click the image button at the specified coordinates.

public void Click(int,int);

See Also

HtmlInputImageTester Class | NUnit.Extensions.Asp.HtmlTester Namespace