1 implementation of CaptureScreenshotAsync
Aspire.Hosting.Browsers (1)
BrowserLogsSessionManager.cs (1)
184
public async Task<BrowserLogsScreenshotCaptureResult>
CaptureScreenshotAsync
(string resourceName, CancellationToken cancellationToken)
1 reference to CaptureScreenshotAsync
Aspire.Hosting.Browsers (1)
BrowserLogsBuilderExtensions.cs (1)
240
var result = await sessionManager.
CaptureScreenshotAsync
(context.ResourceName, context.CancellationToken).ConfigureAwait(false);