Click the button at coordinates (0, 0).
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);
ImageButtonTester Class | NUnit.Extensions.Asp.AspTester Namespace