Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

121
Views
ProtocolError : Protocol error (Page.createIsolatedWorld)

I get the below error when trying to automate Zomato site with puppeteer. I've not been able to find much information about this error online. Can anyone help me in to know about this error?

My code:

const axios = require('axios');
const cheerio = require('cheerio');
const puppeteer = require("puppeteer");


console.log("before");

const link = "https://www.zomato.com/";

(async () => {
    try{
        const browser = await puppeteer.launch({
            headless: false,
            slowMo: 250,
            args: ["--start-maximized"],
            defaultViewport: null,
          });
        
        const page = await browser.newPage();
        await page.goto(link,{waitUntil: 'domcontentloaded'});
        await page.click(".sc-bke1zw-1.bcVYKA>a");

        await browser.close();
    }
    catch(error) {
        console.log(error);
    }
})();

Error: Error message

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!