Clicking button automatically using HtmlAgilityPack

前端 未结 4 725
梦如初夏
梦如初夏 2020-12-21 06:07

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

4条回答
  •  猫巷女王i
    2020-12-21 06:23

    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

提交回复
热议问题