Is there a way to open browser and automate tasks using JavaScript while my computer is on but without having anything opened? Perhaps using NodeJS? Just to clarify, I’m not talking about JS methods like window.open()
, I’m talking about automating tasks on hardware level.
For instance:
- Open Chrome at 12:00PM on Wednesday.
- Go to google.com.
- Sign in.
If JavaScript can’t do it, what language should I learn that’s closest to JavaScript syntax?