/// <inheritdoc/> public Task <ITarget> WaitForTargetAsync(Func <ITarget, bool> predicate, WaitForOptions options = null) => throw new NotImplementedException();
/// <inheritdoc /> public Task <IRequest> WaitForRequestAsync(Regex regex, WaitForOptions options = null) => throw new NotImplementedException();
/// <inheritdoc /> public Task <IResponse> WaitForResponseAsync(string url, WaitForOptions options = null) => throw new NotImplementedException();
/// <inheritdoc cref="IPage.WaitForRequestAsync(string, WaitForOptions)"/> public Task <IRequest> WaitForRequestAsync(string url, WaitForOptions options = null) { throw new NotImplementedException(); }