I've been having a lot of problems using Selenium Webdriver and I've given up using it. When I access a page with 11600 lines, it stops responding to commands like "FindElement". I would like to have access to the DOM document from the Webdriver using the DOM interfaces contained in the Microsoft.mshtml library. Is there any way to achieve this?
Asked
Active
Viewed 20 times
0
-
does it stop responding when you're searching for elements using just xpath or also via id? – Marek Oct 11 '22 at 11:34
-
Yes, I'm using Chrome driver. – Danilo Silva Oct 12 '22 at 14:50