I did not know how to name my topic.
My plan is to get from web, some data.
Some data return from submiting values into form. And that form is on the web.
I wonder, what would be faster:
My aim is to get very fast data and many times in minute.
Can anybody give me any suggestion, which one would be the best?
PS. please correct my English, sorry.
You can probably make something that is reasonanly fast in C#, at least faster than using Selenium. Use HTML Agility Pack to avoid reinventing the wheel.
However, somethings might be easier to do in Selenium, since it accurately replicates a real user.