get_attribute
get_attribute($name_attr); - get the value of the object attribute in the DOM model
The function accepts parameters as input:
$name_attr – name of the attribute to get (string). The entire set of attributes that an element has can be found in the element inspector.
After the function returns the result of their work in the script :
attribute value – the value of the specified attribute from the found element return type stringfalse to find this element failed (e.g. no items that meet the specified criteria or not this frame), the return type boolean,