emm something like this (note that I am writing it in the editor it could have some minor name errors)
Dim htmlelements as htmlelementcollection = WebBrowserXXX.getElementsByTagName("span")
Dim element as htmlelement
For each element in htmlelements
try
if element.outterhtml.tostring.contains("id=""label-peido") and element.innertext.contains("exibir")
element.focus()
element.invokemember("click") 'here click happens
end if
catch
end try
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.