I am using seleninum web driver in c# and facing a weird problem. While automating i encountered a problem where page is continuously loading although DOM content has been loaded. Now i have now way to go forward until it does not stop, that why driver throws timeout exception. So, I need to know is there any way to stop page load from webdriver.
I have googled but no luck.