getElementsByTagAndAttribute

This function searches all elements by a specific tag and an attribute.

getElementsByTagAndAttribute
(
string html
,
string tag
,
string attrName = ""
,
string attrValue = ""
)

Return Value

Type: auto

Page element info (tag name and possible attributes) and content of the element as tuple with two elements.

Meta