Completed

Bot con webbrowser, proyecto rápido.

Published on the April 04, 2016 in IT & Programming

About this project

Open

Proyecto que recorre elementos de un html por webbrower y necesito saber como sacar el boton siguiente con un class especifico.

    Private Sub Button4_Click(sender As Object, e As EventArgs) Handles Button4.Click

        Dim UltimoBoton As HtmlElement

        For Each ElementoActual As HtmlElement In WebBrowser1.Document.All


            If ElementoActual.GetAttribute("className") = "uiStreamSponsoredLink" Then

                If Trim(ElementoActual.InnerText) = "Publicidad" Then
                    UltimoBoton.InvokeMember("click")

                End If

            ElseIf ElementoActual.GetAttribute("className") = "comment_link _5yxe" Then
                UltimoBoton = ElementoActual
            End If


        Next


   
    End Sub




Con este codigo saco el anterior, pero necesito como hacer que si detecta el class 'uiStreamSponsoredLink' y su texto es 'Publicidad', de click al boton siguiente con class 'comment_link _5yxe' del HTML

Pago a alguien que sepa resolverlo y me pase el codigo de como sacarlo. Saludos

Category IT & Programming
Subcategory Desktop apps
Is this a project or a position? Project
I currently have I have specifications
Required availability Full time
Experience in this type of projects Yes (I have managed this kind of project before)
Required platforms Windows

Delivery term: April 05, 2016

Skills needed

Other projects posted by R. L.