1 instantiation of BrowserManagerConfiguration
Microsoft.AspNetCore.BrowserTesting (1)
BrowserTestBase.cs (1)
24private static readonly BrowserManagerConfiguration _config = new BrowserManagerConfiguration(CreateConfiguration());
4 references to BrowserManagerConfiguration
Microsoft.AspNetCore.BrowserTesting (4)
BrowserManager.cs (3)
18private readonly BrowserManagerConfiguration _browserManagerConfiguration; 33private BrowserManager(BrowserManagerConfiguration configuration, ILoggerFactory loggerFactory) 43public static async Task<BrowserManager> CreateAsync(BrowserManagerConfiguration configuration, ILoggerFactory loggerFactory)
BrowserTestBase.cs (1)
24private static readonly BrowserManagerConfiguration _config = new BrowserManagerConfiguration(CreateConfiguration());