I want to click a button on a web page automatically. I am using HtmlAgilityPack. I can take the button\'s Xpath. But I could not fire the click event of the bu
HtmlAgilityPack
I tried this using HAP but could not got a solution for clicking an input button. I used simplebrowser which worked like magic to achieve this.
https://github.com/axefrog/SimpleBrowser