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