Example #1
0
 /// <inheritdoc />
 public Task <T> WaitForEvent <T>(PageEvent e, WaitForEventOptions <T> options = null) => throw new NotImplementedException();
Example #2
0
 /// <inheritdoc cref="IPage.WaitForEvent(PageEvent)"/>
 public Task WaitForEvent(PageEvent e)
 {
     throw new NotImplementedException();
 }