get_property_value method

get_property_value

Used to retrieve the value of a CSS property if it has been explicitly set within this declaration block.

Returns

Returns property value

def get_property_value(self, property_name):
    ...
ParameterTypeDescription
property_namestrName of the property.

See Also