Alert constructor

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

Implementation

Alert(this._client, this._handler);