1 write to Context
Microsoft.AspNetCore.Components.Testing (1)
Playwright\ContextTest.cs (1)
32
Context
= await NewContext(GetContextOptions()).ConfigureAwait(false);
5 references to Context
Microsoft.AspNetCore.Components.Testing (5)
Playwright\ContextTest.cs (3)
13
/// A fresh <see cref="
Context
"/> is created in <c>[TestInitialize]</c> using the options
24
/// <see cref="
Context
"/>. Default returns an empty options object.
28
/// <summary>Creates the per-test <see cref="
Context
"/>.</summary>
Playwright\PageTest.cs (2)
14
/// <see cref="ContextTest.
Context
"/> and is closed when its parent context is disposed
26
Page = await
Context
.NewPageAsync().ConfigureAwait(false);