1 instantiation of BrowserManager
Microsoft.AspNetCore.BrowserTesting (1)
BrowserManager.cs (1)
45var manager = new BrowserManager(configuration, loggerFactory);
6 references to BrowserManager
Microsoft.AspNetCore.BrowserTesting (4)
BrowserManager.cs (2)
43public static async Task<BrowserManager> CreateAsync(BrowserManagerConfiguration configuration, ILoggerFactory loggerFactory) 45var manager = new BrowserManager(configuration, loggerFactory);
BrowserTestBase.cs (2)
30BrowserManager = await BrowserManager.CreateAsync(_config, LoggerFactory); 82public BrowserManager BrowserManager { get; private set; }
Templates.Blazor.Tests (2)
BlazorWasmTemplateTest.cs (2)
72if (BrowserManager.IsAvailable(browserKind)) 75await using var browser = await BrowserManager.GetBrowserInstance(browserKind, BrowserContextInfo);