get_attribute
The command to get the attribute's value with the given name.
Syntax
Usage
correct usage
Arguments
attribute (str)
= The name of the attribute to find in the Element
Yields
If the value is
"true"
or"false"
, then this returns a bool of True or FalseIf the name does not exist, return None
All other values are returned as strings
Last updated