Model.find_element_with_name
- Model.find_element_with_name(name)
Returns True if the model contains an element with the given name.
- Parameters:
- namestr
The name to check.
- Returns:
Element
or None
Returns True if the model contains an element with the given name.
The name to check.
Element
or None