In WebBrowser( WEBFORMS) we can i InvokeMember("click")
when we parse an HTML.
How can we do this using HTML AGILITY PACK .
<a id="ctl0_CONTENU_PAGE_resultSearch_PagerTop_ctl2" href="javascript:;//ctl0_CONTENU_PAGE_resultSearch_PagerTop_ctl2">
How can i use HTTP REQUEST when we have a javascript in Href.
No htmlagiliypack is not a html rendering engine you cannot invoke a click event . It 's just a parsing tool
use Webbrowser
or selenium webdriver
if you want