There is a website created using ColdFusion (not sure if it matters or not). I need to interact with this website. The main thing I need to do is go to different pages and click buttons.
I came up with two ideas on how to do this. The first is to use the WebBrowser control. With this, I could, of course, navigate the pages and click buttons (according to This ).
Another way is to interact directly with html. Not sure exactly how to do this, but I guess I can click buttons or use HTML requests to interact with the page.
Does anyone have any recommendations on which way is better? Is there a better way that I haven't thought about?
user489041
source share