Anonymous
8/3/2025, 6:39:26 PM No.106127949
anyone here got experience with writing helium/selenium web scraping scripts? my project has several standalone executing scripts that scrape data from different websites. the problem is that now each script has to execute Its own browser instance just to open a website and scrape data from it. what I want to achieve is to open one browser instance on program start and then make my scripts use that one instance instead since this will make the whole thing a lot faster. is there any way to do that? I will be thankful for any sort of advice
Replies: