3 references to CaptureScreenshotDescription
Aspire.Hosting.Browsers.Tests (3)
BrowserLogsBuilderExtensionsTests.cs (1)
66
Assert.Equal(BrowserCommandStrings.
CaptureScreenshotDescription
, screenshotCommand.DisplayDescription);
src\Aspire.Hosting.Browsers\BrowserLogsBuilderExtensions.cs (1)
273
Description = BrowserCommandStrings.
CaptureScreenshotDescription
,
src\Aspire.Hosting.Browsers\Resources\BrowserCommandStrings.Designer.cs (1)
48
internal static string CaptureScreenshotDescription => GetString(nameof(
CaptureScreenshotDescription
));