By.tagName constructor
- String tagName
Returns an element whose tag name matches the search value.
Implementation
const By.tagName(String tagName) : this('tag name', tagName);
Returns an element whose tag name matches the search value.
const By.tagName(String tagName) : this('tag name', tagName);