2 references to NewContext
Microsoft.AspNetCore.Components.Testing (2)
Playwright\BrowserTest.cs (1)
22
/// Use <see cref="
NewContext
"/> to create a per-test <see cref="IBrowserContext"/>; every
Playwright\ContextTest.cs (1)
32
Context = await
NewContext
(GetContextOptions()).ConfigureAwait(false);