Implemented interface member:
method
CaptureScreenshotAsync
Aspire.Hosting.IBrowserPageSession.CaptureScreenshotAsync(System.Threading.CancellationToken)
2 references to CaptureScreenshotAsync
Aspire.Hosting.Browsers.Tests (2)
BrowserPageSessionTests.cs (2)
162var result = await session.CaptureScreenshotAsync(CancellationToken.None); 192var captureTask = session.CaptureScreenshotAsync(CancellationToken.None);