Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

247
Vistas
How to automatically open a website and fill out a form and submit it?

Everyday I have to login for work and I wanted to know how can I automate the process without installing a 3rd party software or browser extension since I'm using my work's computer.

I created a batch file to open the login website.

@ECHO OFF
start https://login.example.com

And I know that if I run this code on the developer console it would achieve what I'm looking for.

document.getElementById("username").value = 'UserExample';
document.getElementById("passwd").value = 'PassExample';
document.getElementById("Log_On").click();

But I can't find how to automate the second part which is filling out the form.

Thanks in advance.

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

you need use a webdriving library. you can use selenum. its easy and cross language (python , js , java , c# , ruby and kotlin)

selenum documentation: https://www.selenium.dev/documentation/

if you dont want install any softwhere you can use c# if dotnet installed on your computer as default or use python PyInstaller (https://pyinstaller.readthedocs.io/en/stable/) to compile python to an executable file (you dont need install output file.this just run).

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda