I have an application which is working on .NET 4.6 platform.
As it is UI-Automation project, it needs to run continuously according to my requirement.
I am using selenium-webdriver 3.8.0
and Chromedriver 2.35.0
. It is running for 3 days and later it terminating by giving
"Process is terminated due to StackOverflowException".
My application gives exceptions(driver exceptions like "NoSuchElementException
"), but I am handling them so its not stopping.
Is the driver cache filled? does that cause for this? Please help me out.