From 518b600d07829d4a0452749d05ccb7d9a09111ae Mon Sep 17 00:00:00 2001 From: qwsdcvghyu89 <61093706+qwsdcvghyu89@users.noreply.github.com> Date: Wed, 25 Jun 2025 22:12:19 +0300 Subject: [PATCH] chore: commented out wip code --- Beam.Puppeteer/PuppetContext.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Beam.Puppeteer/PuppetContext.cs b/Beam.Puppeteer/PuppetContext.cs index 3fdffce..b813eb0 100644 --- a/Beam.Puppeteer/PuppetContext.cs +++ b/Beam.Puppeteer/PuppetContext.cs @@ -7,6 +7,10 @@ namespace Beam.Puppeteer { public static Lazy Playwright { get; set; } public static Lazy Browser { get; set; } + //public static Task OpenBrowser() { + + //} + static PuppetContext() { Playwright = new Lazy(() => Microsoft.Playwright.Playwright.CreateAsync().Result); Browser = new Lazy(() => Playwright.Value.Chromium.LaunchAsync().Result);