AppiumWebElement constructor
AppiumWebElement(
- AppiumWebDriver driver,
- AsyncRequestClient _client,
- AppiumWebDriverHandler _handler,
- String id, [
- AppiumSearchContext? context,
- dynamic locator,
- int? index,
Implementation
AppiumWebElement(this.driver, this._client, this._handler, this.id,
[this.context, this.locator, this.index]);