Create a tester for an HTML tag. Use this constructor for testing most tags.
Create a tester for an HTML tag. Use this constructor for testing most tags.
public HtmlInputTextTester(string);
Create a tester for a server-side HTML control or a tag that's on a page with multiple forms. Use this constructor when the HTML tag you are testing has the "runat='server'" attribute. Also use this tester when using the non-default webform or HttpClient.
public HtmlInputTextTester(string,Tester);
Create a tester for an HTML tag using an XPath description.
public HtmlInputTextTester(string,string);
Create a tester for an HTML tag that's on a page with multiple forms using an XPath description.
public HtmlInputTextTester(string,string,Tester);
HtmlInputTextTester Class | NUnit.Extensions.Asp.HtmlTester Namespace