ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Find.AllByXPath<TControl>(xpath) method
Namespaces > ArtOfTest.WebAii.Core > Find > AllByXPath<(Of TControl>)(String)
Returns a list of elements that match the specified XPath. This function supports the System.Xml XPath syntax.
Syntax
C#
public ReadOnlyCollection<TControl> AllByXPath<TControl> (
	string xpath
) where TControl : new(), Control
Generic Template Parameters
TControl
Control type to get.
Parameters
xpath (String)
The XPath string. XPath is case-sensitive.
Return Value
The list of found elements.

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