Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

puppeteer

  1. parvinder21

    Node.JS Error: Cannot find module 'puppeteer'

    const automation = require("puppeteer"); const fs = require("fs"); const automationConfiguration = { headless: false } async function runautomation() { const browser = await automation.launch(automationConfiguration) const page = await browser.newPage() const navigationPromise =...
Back
Top Bottom