Answer the question
In order to leave comments, you need to log in
What to use to parse a dynamic web page in C#?
Good afternoon
I'm trying to parse a dynamic Web page using .Net to no avail. That is, before me is worth, it would seem, a very simple task. I need to go to a site with a dynamic page, and request the actual html code once per second. But:
The built-in WebBrowser has problems displaying pages with java scripts. Nothing can be done with third-party libraries either.
Tried https://github.com/webkitdotnet/webkitdotnet
but it doesn't seem to get the actual html code of the dynamic page.
I also tried GeckoFx,
but when trying to work with the library, an error occurs Additional information: Cannot call Navigate() before the window handle is created, and the technical support forum has disappeared for several years.
Please advise where to start. Maybe there is a good article on this topic
Answer the question
In order to leave comments, you need to log in
You can try this link www.andykelk.net/tech/headless-browser-testing-wit...
Hello awesomium , a good alternative to the default webBrowser, webkitdotnet, GeckoFx. the project is based on chromium. There was also information about him here habrahabr.ru
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question