Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

244
Views
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 answers
Answer question

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!