Estou tentando fazer clickar nesse botão
<button type="submit" class="mod-header-login-button">ENTRAR</button>
Usando isso porem não clica alguem uma luz
For Each webpageelement As HtmlElement In allelements
If webpageelement.GetAttribute("value") = "ENTRAR" Then
webpageelement.InvokeMember("click")
End If