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
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
Copyright © 2021 Jogjafile Inc.