Puppeteer
Last updated
Was this helpful?
Last updated
Was this helpful?
is a JavaScript library which provides a high-level API to control Chrome or Firefox over the DevTools Protocol or WebDriver BiDi. Puppeteer runs in the headless (no visible UI) by default but can be configured to run in a visible ("headful") browser.
Here's how to integrate Thordata with Puppeteer.
Code Sample:
to view the detailed installation tutorial