WebBrowser Threads don't seem to be closing
问题 I am using WebBrowser to render javascript on webpages to scrape the rendered source code, but after several page loads, the CPU usage spikes to 100% as well as the number of threads. I'm assuming that the threads are not closing properly once the webpage has been rendered. I am trying to open the browser, extract the source code, and then close the browser and move to the next page. I am able to get the rendered page, but this program doesn't make it very far before getting bogged down. I