1 write to Playwright
Microsoft.AspNetCore.BrowserTesting (1)
BrowserManager.cs (1)
62
Playwright
= await Microsoft.Playwright.Playwright.CreateAsync();
4 references to Playwright
Microsoft.AspNetCore.BrowserTesting (4)
BrowserManager.cs (4)
71
BrowserKind.Chromium => await
Playwright
.Chromium.LaunchAsync(effectiveLaunchOptions),
72
BrowserKind.Firefox => await
Playwright
.Firefox.LaunchAsync(effectiveLaunchOptions),
73
BrowserKind.Webkit => await
Playwright
.Webkit.LaunchAsync(effectiveLaunchOptions),
159
Playwright
?.Dispose();