Robot to perform web procedures similar to PhantomJS

3

Is there any framework or form of implementation to navigate a website programmatically through C # code?

I studied the phantomJS and Selenium frameworks, but they have some limitations regarding dynamic navigation, such as adding scripts at runtime, modifying variables and the DOM tree, capturing screenshots and retrieving HTML.

I also studied using the class HttpWebRequest and HttpWebResponse but some interactions need to be done in WEB forms, and as far as I researched I could not submit a form as if it were really browsing the page.

    
asked by anonymous 01.12.2015 / 19:07

1 answer

2
  

Is there any framework or form of implementation to navigate a website programmatically through C # code?

Yes. Abot does this .

His NuGet package is here .

    
01.12.2015 / 19:09