2 references to GetContextOptions
Microsoft.AspNetCore.BrowserTesting (2)
BrowserManager.cs (1)
93browser.NewContextAsync(contextInfo.ConfigureUniqueHarPath(_browserManagerConfiguration.GetContextOptions(browserInstance))),
BrowserManagerConfiguration.cs (1)
66Combine(GetContextOptions(browser.ToString()), ContextOptions.TryGetValue(contextName, out var context) ? context : throw new InvalidOperationException("Invalid context name"));