public HtmlElementCollection FindChildrenByAttribute( string tags, string attrName, string attrValue, string searchKind )
Parameters
- tags
Type: System.String
Tags for search the elements. If the count of tags is more than one then they are through ";".
- attrName
Type: System.String
The attribute name.
- attrValue
Type: System.String
The attribute value.
- searchKind
Type: System.String
This parameter can take the following values: "text", "notext" and "regexp".
Return Value
Type: Zennolab.CommandCenter.HtmlElementCollection
The collection of elements that matches the conditions defined by the attribute, if found; otherwise, the Count property is "0".