There is a website that I need to use frequently. On this site I need to repeat a sequence of steps. I want to write a program that automates this process (I have more practice with Java, but it can be in any language).
I tried Selenium, but it opens the browser and simulates user commands, I want something to run without the user seeing.
The sequence of steps is as follows:
Thanks for your attention.