I am running C#-Selenium on IE11 on Windows 7/10. All the while when running the Script, the IE11 Memory keeps increasing until it reaches 1.5GB of Memory. Note I can't close or quit anything since I need my test to keep running. The Problem is IE11 keep getting bigger as the test progresses
In comparison, When running the same script with QTP, none of it happens. 32 bit WebDriver Version: 3.8 & 3.141
The Web Application itself is a propriety one Do you have any idea Where do I start looking to resolve the Issue?
Thanks
Tried reducing my code, sniffing for memory leaks