PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Progamatically click a button on a webpage
Progamatically click a button on a webpage
Iniciado por guest, 27,ago. 2015 03:16 - 2 respuestas
Publicado el 27,agosto 2015 - 03:16
Hi

I need to have my software 'click' on a button on a webpage, the code from the page in question for the button is..



How can I do this via Windev?

Rgds
Paul
Publicado el 27,agosto 2015 - 12:38
Hi Paul

you can do that by using an activeX webbrowser in your windev window and using ole automation to control it. There are examples of that in the windev french forum on pcsoft.fr, you can search for "webbrowser"

Best regards
Publicado el 31,agosto 2015 - 10:50
Hi Fabrice

Finally had a nother look at this today. No real progress with ActiveX, but dotnet assembly works well.

Rgds
Paul