TargetLocator constructor

TargetLocator(
  1. AppiumWebDriver _driver,
  2. AsyncRequestClient _client,
  3. AppiumWebDriverHandler _handler
)

Implementation

TargetLocator(this._driver, this._client, this._handler);