css_value
Get the CSS Value of the element given the property name.
Syntax
Usage
correct usage
incorrect usage
Arguments
property_name (str)
- The name of the CSS Property
Yields
Any - Typically strings, but this depends on the CSS Property
Last updated