Derek Binkley @DerekB_WI
Experiment Further
const context = await browser.createIncognitoBrowserContext();
page.focus(‘#myselector’)
page.mouse.move(x, y, [options])
page.mouse.click(x, y, [options])
page.keyboard.press(‘Tab’)
page.touchscreen.tap(x, y)
https:/
/github.com/GoogleChrome/puppeteer/blob/master/docs/api.md