in reply to Re: Controlling a non-perl GUI
in thread Controlling a non-perl GUI

Can I do this: Make a short AssemblyRobot program by using clicks and keystrokes etc, while some perl module is recording my actions in Win32:GuiTest format? That would seem like an easy, lazy way to do the programming. Then I could see where the parameters occur, and easily edit the record to make a perl subroutine with variables. If not with Win32:GuiTest, could I work with some other perl module?

Replies are listed 'Best First'.
Re^3: Controlling a non-perl GUI
by dk (Chaplain) on Mar 29, 2010 at 05:42 UTC
    Win32::GuiTest includes a recorder program, Recorder/Win32GuiTest.exe for that purpose