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

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