WebElement constructor
- WebDriver driver,
- SyncRequestClient _client,
- WebDriverHandler _handler,
- String id, [
- SearchContext? context,
- dynamic locator,
- int? index,
Implementation
WebElement(
this.driver,
this._client,
this._handler,
this.id, [
this.context,
this.locator,
this.index,
]);