Gets a list of PageElements with the matching ControlId.
IList<IPageElement> GetElementsWithControlId(
string controlId
)
Parameters
- controlId
-
Type: string
A PageElement's ControlId is the type of Control (e.g., 'Cogent:PushButton:1' or 'Telerik:SimpleRadialGauge:1').
