Skip to content

Latest commit

 

History

History

interface

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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)