Currently, I am working on developing a console application using c# .net. One specific functionality that I require is to extract data from an external website, which involves signing in to access the information. I have managed to open the necessary page with the required credentials using process.start in Chrome; however, I encountered difficulty in retrieving the data from the webpage. I attempted various methods, such as obtaining the source code, but unfortunately, none of them maintained the session, leading to only error page source code being retrieved. Perhaps there could be an alternate approach utilizing JavaScript or c# that would enable successful data extraction?