I am quite new to WebDriver and Java so pardon if my jargon is elementary.
I just automated a data entry task using WebDriver for InternetExplorer. The task simple just logged into a database, pulled information from an Excel sheet, and inputted the data to corresponding fields.
I want to share this with my coworkers. Is it possible to create a program, a .exe
, with a simple interface that anyone, regardless of programming knowledge can use? If so can you point me in the right direction?
Also, is it possible to make the Internet Explorer Browser not appear on the screen, but run in the background.
Thank you.