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