chore: commented out wip code

This commit is contained in:
qwsdcvghyu89
2025-06-25 22:12:19 +03:00
parent fb76945a9a
commit 518b600d07
+4
View File
@@ -7,6 +7,10 @@ namespace Beam.Puppeteer {
public static Lazy<IPlaywright> Playwright { get; set; }
public static Lazy<IBrowser> Browser { get; set; }
//public static Task<IBrowser> OpenBrowser() {
//}
static PuppetContext() {
Playwright = new Lazy<IPlaywright>(() => Microsoft.Playwright.Playwright.CreateAsync().Result);
Browser = new Lazy<IBrowser>(() => Playwright.Value.Chromium.LaunchAsync().Result);