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