1 write to Page
Microsoft.AspNetCore.Components.Testing (1)
Playwright\PageTest.cs (1)
26
Page
= await Context.NewPageAsync().ConfigureAwait(false);
2 references to Page
Microsoft.AspNetCore.Components.Testing (2)
Playwright\PageTest.cs (2)
13
/// A fresh <see cref="
Page
"/> is created in <c>[TestInitialize]</c> on top of the
22
/// <summary>Creates the per-test <see cref="
Page
"/>.</summary>