4 references to Combine
Microsoft.AspNetCore.BrowserTesting (4)
BrowserManagerConfiguration.cs (4)
58return Combine(GlobalContextOptions, null); 61return Combine(GlobalContextOptions, browserOptions.DefaultContextOptions); 66Combine(GetContextOptions(browser.ToString()), ContextOptions.TryGetValue(contextName, out var context) ? context : throw new InvalidOperationException("Invalid context name")); 69Combine(GetContextOptions(browser, contextName), options);