ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Find.ByParam<TControl>(param) method
Namespaces > ArtOfTest.WebAii.Core > Find > ByParam<(Of TControl>)(FindParam)
Same as ByParam(). Returns a control type instead of element.
Syntax
C#
public TControl ByParam<TControl> (
	FindParam param
) where TControl : new(), Control
Generic Template Parameters
TControl
Control type to create.
Parameters
param (FindParam)
The FindParam that describes how to find the target element.
Return Value
The control object.

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