0
I wanted to know how I do to realize a click on an element of a website (at the end), I would like him to click on that element.
href="javascript:;" class="spot drugdealer" title="Traficante de drogas"
I’ve tried using the .GetAttribute()
, along with the InvokeMember("click")
but I was unsuccessful.
Hello. When the title refers to webbrowser, it refers to your browser or class
WebBrowser
?– Omni
I’m talking about the browser we can add to our form.
– Fernando Neves