![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Represents XPath matching information returned by advanced selector strategies. More...
Public Member Functions | |
| XPathInfo (string xpath, int matchedElements) | |
| Creates a new XPathInfo instance. | |
Properties | |
| string | Xpath [get, set] |
| The generated XPath expression. | |
| int | MatchedElements [get, set] |
| Number of elements matched by this XPath on the page. | |
Represents XPath matching information returned by advanced selector strategies.
Definition at line 36 of file GPALElement.cs.
| GenerallyPositive.XPathInfo.XPathInfo | ( | string | xpath, |
| int | matchedElements ) |
Creates a new XPathInfo instance.
| xpath | The XPath string. |
| matchedElements | Number of matching elements. |
Definition at line 53 of file GPALElement.cs.
|
getset |
Number of elements matched by this XPath on the page.
Definition at line 46 of file GPALElement.cs.
|
getset |
The generated XPath expression.
Definition at line 41 of file GPALElement.cs.