コード例 #1
0
 /// <inheritdoc />
 public Task <T> WaitForEvent <T>(PageEvent e, WaitForEventOptions <T> options = null) => throw new NotImplementedException();
コード例 #2
0
ファイル: Page.cs プロジェクト: nomada2/playwright-sharp
 /// <inheritdoc cref="IPage.WaitForEvent(PageEvent)"/>
 public Task WaitForEvent(PageEvent e)
 {
     throw new NotImplementedException();
 }