TargetLocator constructor

TargetLocator(
  1. WebDriver _driver,
  2. SyncRequestClient _client,
  3. WebDriverHandler _handler
)

Implementation

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