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