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