AppiumBy.tagName constructor

const AppiumBy.tagName(
  1. String tagName
)

Returns an element whose tag name matches the search value.

Implementation

const AppiumBy.tagName(String tagName) : this('tag name', tagName);