On Tue, Apr 5, 2016 at 8:34 PM, logical american <[email protected]> wrote:
> Just recently, a company that I work with changed their pop-gui login > window which has fields which have to be manually answered. > > I need some linux program which will know how to answer the name box > inside the gui frame, then jump down to the password, and decrypt the > prestored password, and put it into the password box (we are running > ssh, so I don't expect that the password will be visible in the data > stream) I do NOT want a password stored in the clear. > > Is there any linux program which can handle this efficiently? Expect > only seems to handle CLI input, not a gui frame. > > You could use a test framework, like cucumber. Its real purpose is to run regression tests on web pages, which is just another way of saying it automates filling in web forms. Or, if the company publishes its web api, you could simply write a script that assembles a POST message and send it up. Ali _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
