HtmlInputButtonTester Constructor (String, String)
Create a tester for an HTML tag using an XPath description.
public HtmlInputButtonTester(
string xpath,
string description);
Parameters
- xpath
- The XPath description of the tag.
- description
- A human-readable description of this tag (for error reporting).
See Also
HtmlInputButtonTester Class | NUnit.Extensions.Asp.HtmlTester Namespace | HtmlInputButtonTester Constructor Overload List