Skip to content

Instantly share code, notes, and snippets.

@tristansokol
Created August 20, 2018 22:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tristansokol/28553eff90281e7f67a74cf0006bf948 to your computer and use it in GitHub Desktop.
Save tristansokol/28553eff90281e7f67a74cf0006bf948 to your computer and use it in GitHub Desktop.
page.type('#name','Sammy',{
delay: 50//how long to wait between keystrokes
})
page.keyboard.type('Hello World!');
page.keyboard.press('ArrowLeft');
await page.keyboard.down('Shift');
await page.keyboard.up('Shift');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment