I wanted to know how to do a click on an element of a website (at the end), I would like it to click on that element.
href="javascript:;" class="spot drugdealer" title="Traficante de drogas"
I tried to use .GetAttribute()
, along with InvokeMember("click")
, but I did not succeed.