ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Find.ById(id) method
Returns an element by looking for its 'id' attribute value.
Syntax
C#
public Element ById (
	string id
)
Parameters
id (String)
The id value for the element to find. All searches are case-insensitive
Return Value
The found element. The function returns null if no element is found.

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