Returns a list of elements that match the specified XPath. This function supports
the System.Xml XPath syntax.
Syntax| C# |
public ReadOnlyCollection<Element> AllByXPath ( string xpath )
Parameters- xpath (String)
- The XPath string. XPath is case-sensitive.
Return ValueThe list of found elements.
Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)
