WebDriver constructor

WebDriver(
  1. Uri uri,
  2. String id,
  3. Map<String, dynamic> capabilities,
  4. SyncRequestClient _client,
  5. WebDriverSpec spec,
)

Implementation

WebDriver(this.uri, this.id, this.capabilities, this._client, this.spec)
    : _handler = getHandler(spec);