2 references to ContextOptions
Microsoft.AspNetCore.BrowserTesting (2)
BrowserManagerConfiguration.cs (2)
66
Combine(GetContextOptions(browser.ToString()),
ContextOptions
.TryGetValue(contextName, out var context) ? context : throw new InvalidOperationException("Invalid context name"));
121
ContextOptions
.Add(option.Key, LoadContextOptions(option));