Element.get_height_property#
- Element.get_height_property(default=None)[source]#
Gets the value of the CSS property height inside the
styleattribute.- Parameters:
default (Any, default=None) – The value to return if the property does not exist or the
styleattribute does not exist.- Returns:
str – If the property exists.
None, Any – Retuns
Noneif the property does not exist or thestyleattribute does not exist. However, if a default value is specified, it will be returned instead.