.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

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -