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