AppiumWebElement constructor

AppiumWebElement(
  1. AppiumWebDriver driver,
  2. AsyncRequestClient _client,
  3. AppiumWebDriverHandler _handler,
  4. String id, [
  5. AppiumSearchContext? context,
  6. dynamic locator,
  7. int? index,
])

Implementation

AppiumWebElement(this.driver, this._client, this._handler, this.id,
    [this.context, this.locator, this.index]);