I need to work with a very huge page (there are a lot of elements, really) with selenium and Chromedriver. After navigation happened and page loaded test gets hung for more than 2 hours. Chrome is consuming 100 % CPU during this process. I suspect it to parse the loaded page.
Is there a way to avoid or handle it somehow? (I know that the page should not be that huge, but it is a different story)
Thanks in advance for your help.