Syntax
| browser.ID.HTML.get.element.list(TagName, AttributeName, AttributeValue, GetAttribute, Array) |
Parameters
| STRING | TagName | Name of the tag.
| | STRING | AttributeName | Filter: name of an attribute.
| | STRING | AttributeValue | Filter: value of the specified attribute.
| | STRING | GetAttribute | Name of the attribute to retrieve.
| | STRING | Array | Name of a MioScript array. |
Return value
No value is returned.
Description
| The function search in the HTML document to find the tags with the specified name and attributes, and fill an array with the value of each attribute. |
|