formularos

5 envíos / 0 nuevos
Último envío
Jesús Martínez
Imagen de Jesús Martínez
Offline
última acción: Hace 3 años 10 meses
Nivel 1 - 200 puntosNivel 2 - 500 puntosNivel 3 - 1000 puntosNivel 4 - 2000 puntos
alta: 31/03/2013 - 17:15
Puntos: 5008
Llenar formulario en chrome

Buenos días,

Tengo este código

Sub Scar()

    Dim IE As Object

    Set IE = CreateObject("InternetExplorer.Application")

    IE.Navigate "https://www.scarlet-clicks.info/index.php?view=logins"

    Do Until IE.ReadyState = 4

     DoEvents

    Loop

    IE.Document.getElementsByTagName("input")(3).innertext = "Usuario"

    IE.Document.getElementsByTagName("input")(4).innertext = "contraseña"

    IE.Document.getElementsByTagName("input")(6).innertext = "" Seguir leyendo... sobre Llenar formulario en chrome

Subscribe to RSS - formularos