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

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