IFrameElement.has_attr#
- IFrameElement.has_attr(name)#
Checks if the HTML element has the specified attribute.
- Parameters:
name (str) – The name of the attribute.
- Return type:
bool
Site Navigation
Section Navigation
Checks if the HTML element has the specified attribute.
name (str) – The name of the attribute.
bool