You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently using the browser decorator with async_queue, parallel params helps with parallelization of scraping tasks by opening n number of separate browser instances.
Can we also parallelize such scraping using tabs in a single browser instance easily and with automatic management? Say by a newly introduced param in the browser decorator like parallel_tabs?
This would be an amazing functionality to have, and could reduce CPU utilization significantly.
Quick response would be highly appreciated.
Thanks! @ChetanJainSirsa@Chetan11-dev@Chetan11-dev@noreply@iamdevdiv@Allamaris0
The text was updated successfully, but these errors were encountered:
Currently using the browser decorator with async_queue, parallel params helps with parallelization of scraping tasks by opening
n
number of separate browser instances.Can we also parallelize such scraping using tabs in a single browser instance easily and with automatic management? Say by a newly introduced param in the browser decorator like
parallel_tabs
?This would be an amazing functionality to have, and could reduce CPU utilization significantly.
Quick response would be highly appreciated.
Thanks! @ChetanJainSirsa @Chetan11-dev @Chetan11-dev @noreply @iamdevdiv @Allamaris0
The text was updated successfully, but these errors were encountered: