ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Find.AllByXPath(xpath) method
Namespaces > ArtOfTest.WebAii.Core > Find > AllByXPath(String)
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 Value
The list of found elements.

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)