Jul 12, 2024
playwright-test
npm i -D playwright
hello-playwright.js
npx playwright codegen
node hello-playwright.js
page.screenshot({ path: 'wiki_screen.png' })
const context = await browser.newContext({ recordVideo: { dir: 'videos' } });
Full transcript