C# Syntax
TChild Describe<TChild>(
XPathDescription xpath
)
where TChild: class, IWebElement
Parameters
- xpath
- The XPath used to find the child test object
Type Parameters
- TChild
- The child test object type
Return Value

