.net - Clicking button automatically using HtmlAgilityPack -


i want click button on web page automatically. using htmlagilitypack. can take button's xpath. not fire click event of button. how can this? please help.

html agility pack not supposed used simulate clicks on buttons. used parsing html. if want send http requests use webclient.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -