A
A
algotrader20132015-04-15 19:26:40
Computer networks
algotrader2013, 2015-04-15 19:26:40

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

3 answer(s)
K
Kano, 2015-04-15
@algotrader2013

You can try this link www.andykelk.net/tech/headless-browser-testing-wit...

A
Andrew, 2015-04-18
@15megatonn

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

A
AxisPod, 2015-04-16
@AxisPod

And why do you need html, this is a bad decision. You have access to the DOM tree, use it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question