1
There’s a site 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 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:
- Login
- Select item from menu
- Enter the client code
- Select item from menu
- Click on a button
- Enter codes of the products
- Back to item 2
Thank you for your attention.
What have you tried? Add what you’ve tried so they can help you.
– user28595
Use the Htmlunit then
– Renan Gomes
I think the most appropriate would be the use of an API (webservice). Check if the site has an API.
– Daniel Omine