headzoo / surf

Stateful programmatic web browsing in Go.
MIT License
1.48k stars 159 forks source link

Question: Is it possible to support the JavaScript protocol scheme when "clicking" a link? #122

Open Noy opened 4 years ago

Noy commented 4 years ago

Hey Surf,

I was just wondering if it was possible to implement a way to be able to use the browser.Click(expression) to work with links such as:

<a id="some_link" title="CSV" href="javascript:__doPostBack(&#39;ctl00$some_link&#39;,&#39;&#39;)">CSV</a>

Thanks