Fill web form using Java application

1

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:

  • Login
  • Select item in menu
  • Inserts client code
  • Select item in menu
  • Click button
  • Enter product codes
  • Return to item 2
  • Thanks for your attention.

        
    asked by anonymous 08.12.2015 / 15:01

    0 answers