!include once #1032300 // Playwright static PlaywrightAndBrowser playwrightWithChromium() { Playwright playwright = Playwright.create(); var browser = playwright.chromium().launch(); ret PlaywrightAndBrowser(playwright, browser); }