-> If Abe is not responding you can also send me private e-mail asking for -> the module as Abe sent it to me a couple of weeks ago. -> I just don't want to...
hi, i have a gui Machine learning tool which i need to invoke using perl and also pass necessary parameter such as input file etc, could someone please tell me...
You could just use system() to run a program, but assuming you need to run the program in a detached process so your Perl program can interact with it, you...
Spam detection software, running on the system "mail.citat.se", has identified this incoming email as possible spam. The original message has been attached to...
Hello, Given the short description of the problem, I'd say that Perl and maybe even Win32::GuiTest might help you on this... Of course, you'll want to learn...
Is there a way to extend GuiTest to interact with table controls like eg. those in Spread 2.5 - they show up as SS32X25_Spread in Spy window. At the least I...
Hello, Just wanted to let you all know, for a while now I've been working on a script recorder application that is compatible with Win32::GuiTest 1.50.1-ad.....
Hello, Per the poll I created several months ago, only 1 of the 10-or-so project contributors showed up to help out a bit with the recently started (in March)...
... My guess is that Ernesto has a limited set of development enviornments to create new buils which does not happen to fit yours (nor mine actually using...
Hey all , i want to monitor certain applications for functionality and performance (if possible). i wonder if any has made a wrapping for guitest to have ...
If you want to wait that program is finished use this: system("notepad.exe"); If you what to deatach from program use this: system("start notepad.exe"); Also...
Hi, I have an interesting problem, which probably some of you have faced already. I am trying to automate testing of GUI application (let's call it APP1) using...
Hi, When I tries to compile the package I downloaded (1.51.ad) from the web it complains there is not guitest.cpp file. And also I only have make utility not...
hey all, i am trying to make a function that will retrieve all strings inside a window. it's quite easy doing on window with "Edit" Classes, ComboBoxes, and ...
Hi All, I am facing two main problems in my Win32-GUI automation. Can Any one help me out in solving those. 1. I want it capture tool tip on the GUI objects....
... on ... that ... I have gotten the alternative distribution and started working with it, as well as the recorder, which I haven't tried yet. One question I...
Hi: I tried opening the PPM application actually within the directory containing the ppd file and got this: C:\TEMP\Win32-GuiTest-1.50.1-ad>ppm PPM interactive...
Hello, I am having some problems with GuiTest on a windows 2000 box and Internet Explorer. I am trying to do a simple task: go to "Internet Explorer" and ...
You might want to try something like: my @windows = FindWindowLike(0, "Internet Explorer$", undef); If it does find multiple windows and there aren't multiple...
here is a zip file that has some notepad interactions good luck! tom ... From: jayu_tech [mailto:jayu_tech@...] Sent: Friday, May 14, 2004 1:11 PM To:...
Greetings, This one came from the agile-testing list on yahoo. It uses Perlguitest to simulate a monkey banging on the keyboard whilst moving and clicking the ...