Keyboard constructor

Keyboard(
  1. AsyncRequestClient _client,
  2. WebDriverHandler _handler
)

Implementation

Keyboard(this._client, this._handler);