Appena provato! Ma non mi funziona lo stesso.
Ecco i codice di prova:
codice:Dim pag As HtmlElementCollection = WebBrowser1.Document.All For Each webpag As HtmlElement In pag If webpag.GetAttribute("</button>") = "Conferma" Then 'ho provato anche con "button" normale webpag.InvokeMember("click") End If Next