Puppeteer: How to scrape data on Refresh Page From Multiple Pages/Tabs

155 Views Asked by At

I have Below code to scrape data from one page

 page.on('load',() => {
        console.log('load event fired');
    });

This code will work for only one Tab/Page. I need to find solution for Multiple Pages/Tabs

0

There are 0 best solutions below