I would like to use C # to interact with IE browser.
I have a feeling that shdocvw.dll will be involved, but there are so many classes that I donβt know where to start, and maybe I donβt even need to use it.
The goal is to interact with the website, visit its pages and βwarm upβ, unlike as described here , Kenneth Scott . The fact is that javascript starts when you interact with a website, so it would be nice to just register and submit the forms in the same way as on the website itself.
In addition, it would be nice to create a program that records my actions in IE, and then can slightly automate and slightly modify them.
It would also be nice if he could do all this in the background without displaying the web page at all.
I'm not looking for third-party solutions, I want to do it myself (of course, with your advice).
Thanks.
source share