0
I’m using Eclipse and the Selenium framework to create automated web page opening routines and execute commands (link clicks, field fill, site change, etc). I’ve managed to create some test routines and they all work very well.
As a next step, I wanted to turn a JAVA file I have with Selenium commands into an executable file (EXE or BAT, for example). Or know how to run this JAVA via Command Prompt, without relying on Eclipse to run it.