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

137
Views
How to automatically click a button on a website on daily basis

I aim to click a specific button on a specific website daily (Ex: at 12:00 PM).

This should be fully automatic, I mean, my computer may be on/off.

Could you please suggest a solution, idea of how to do so?

Note: I want to use JS.

Thanks.

about 4 years ago · Juan Pablo Isaza
3 answers
Answer question

0

There is a name for that - Crawler. You can use the Puppeteer library to create a headless web browser and simulate any kind of action.

The production may be on a public server, like Heroku or Deta.

Puppeteer dev web documentation

about 4 years ago · Juan Pablo Isaza Report

0

TestCafe (https://testcafe.io) is my tool of choice for this purpose. Once setup, the schedule can be automated with something like node-cron

about 4 years ago · Juan Pablo Isaza Report

0

You can also use setInterval

setInterval(function(){ alert("Hello"); }, 8.64e+7);

this function will execute after every 24 hours.

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!