By.name constructor Null safety
- String name
Returns an element whose NAME attribute matches the search value.
Implementation
const By.name(String name) : this('name', name);
Returns an element whose NAME attribute matches the search value.
const By.name(String name) : this('name', name);