Model.find_element_by_name
- Model.find_element_by_name(name)[source]
Find all elements with a given name.
- Parameters:
- namestr
- Returns:
- list of List[_Element]
List of elements with the given name.
Find all elements with a given name.
List of elements with the given name.