Skip to content

Files

Latest commit

dcef663 · Jun 27, 2021

History

History

interface

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 27, 2021

Interface

The three nouns provided by puppet-strings are Browser, Tab, and Element.

Adapter

puppet-strings communicates with browsers through Puppeteer and the Chrome DevTools Protocol, which enable the automation of every feature in the Chrome DevTools. It also enables each browser tab to be automated concurrently.

Nouns

Browser (Object)

Tab (Object)

  • console (Array): An array of all console messages emitted by the tab
    • type (string)
    • message (string)
  • errors (Array): An array of all uncaught exceptions with stack traces
  • puppeteer (Object)
  • Element (Object)