.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
Post a Comment