Exemplo n.º 1
0
 internal async Task <IResponse> GoToAsync(bool isPage, string url, LifecycleEvent?waitUntil, string referer, int?timeout)
 => (await _channel.GoToAsync(url, timeout, waitUntil, referer, isPage).ConfigureAwait(false))?.Object;
Exemplo n.º 2
0
 /// <inheritdoc />
 public async Task <IResponse> GoToAsync(string url, GoToOptions options = null)
 => (await _channel.GoToAsync(url, options).ConfigureAwait(false)).Object;