ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure
AllByXPath<(Of <(TControl>)>) Method (xpath)
NamespacesArtOfTest.WebAii.CoreFindAllByXPath<(Of <(TControl>)>)(String)
Returns a list of elements that match the specified XPath. This function supports the System.Xml XPath syntax.
Declaration Syntax
C#Visual BasicVisual Basic Usage
public ReadOnlyCollection<TControl> AllByXPath<TControl>(
	string xpath
)
where TControl : new(), Control
Public Function AllByXPath(Of TControl As {New, Control}) ( _
	xpath As String _
) As ReadOnlyCollection(Of TControl)
Dim instance As Find
Dim xpath As String
Dim returnValue As ReadOnlyCollection(Of TControl)

returnValue = instance.AllByXPath(xpath)
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) Version: 1.1.900.0 (1.1.900.0)