Skip to content

Instantly share code, notes, and snippets.

@tristansokol
Created August 20, 2018 21:37
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/cc034dc3e03402a7adef372e4c2c1c98 to your computer and use it in GitHub Desktop.
Save tristansokol/cc034dc3e03402a7adef372e4c2c1c98 to your computer and use it in GitHub Desktop.
page.on('console', msg => {});
page.on('dialog', msg => {});
page.on('error', msg => {});
page.on('frameattached', msg => {});
page.on('framenavigated', msg => {});
page.on('load', msg => {}); //javascript load events
page.on('request', msg => {});
page.on('response', msg => {});
page.on('workercreated', msg => {});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment