puppeteer-base-project
puppeteer-base-project copied to clipboard
Simple base project showing puppeteer.
puppeteer-base-project
Simple base project showing puppeteer.
npm install
node index.js
Check the puppeteer-us-keyboard-layout.ts file for reference to all key definitions.
e.g.
await page.keyboard.press("ArrowLeft"); where the string is a definition (the first column in the .ts file)