ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Find.ByXPath<TControl>(xpath) method
Namespaces > ArtOfTest.WebAii.Core > Find > ByXPath<(Of TControl>)(String)
Same as ByXPath(). Returns a control type instead of element.
Syntax
C#
public TControl ByXPath<TControl> (
	string xpath
) where TControl : new(), Control
Generic Template Parameters
TControl
The control type to create.
Parameters
xpath (String)
The XPath string. XPath is case-sensitive.
Return Value
The control object.

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