AppiumBy.name constructor

const AppiumBy.name(
  1. String name
)

Returns an element whose NAME attribute matches the search value.

Implementation

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