API for automated browser scripting using puppeteer.

await node.puppeteer.get_browser() 
await p1 = node.puppeteer.new_page()
await p2 = node.puppeteer.new_page()

await p1.goto("https://tidyscripts.com")
let scraped_data = await p1.evaluate( ... )

Index

Namespaces

Functions