Alert constructor

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

Implementation

Alert(this._client, this._handler);