Search the web
Sign In
New User? Sign Up
perlguitest · Win32::GuiTest (Perl)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 452 - 481 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
452
... Its already on CPAN! Simon [Non-text portions of this message have been removed]...
Simon McCaughey
simonmccaughey
Offline Send Email
Apr 1, 2004
1:37 pm
453
-> 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...
Simon McCaughey
simonmccaughey
Offline Send Email
Apr 1, 2004
1:38 pm
454
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...
jagadish
sjagadish2001
Offline Send Email
Apr 1, 2004
1:39 pm
455
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...
Chris Hilton
chris_hilton
Online Now Send Email
Apr 1, 2004
4:45 pm
456
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...
Chris Hilton
chris_hilton
Online Now Send Email
Apr 1, 2004
4:49 pm
457
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...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Apr 1, 2004
10:58 pm
458
Hello, Just wanted to let you all know that you can find the latest releases (i.e., 1.50.1) of Win32-GuiTest (alternate distribution) at: ...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Apr 19, 2004
12:47 am
459
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...
woland99@...
woland99
Offline Send Email
Apr 26, 2004
9:39 pm
460
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.....
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
May 12, 2004
11:26 am
461
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)...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
May 26, 2004
5:16 am
462
... 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...
Gabor Szabo
gabor529
Offline Send Email
Jun 1, 2004
3:52 pm
463
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 ...
yoni_benshlosh
Offline Send Email
Jun 1, 2004
3:59 pm
464
Hi, I am very new to GUITest. I am trying some very simple things, such as opening a text file in notepad. Here is my code: system("notepad.exe"); ...
jayu_tech
Offline Send Email
Jun 1, 2004
3:59 pm
465
... Er, don't look now, but this gives me a Forbidden error: Forbidden Remote Host: [203.111.30.234] You do not have permission to access ...
Peter G. Martin
scribepeterm
Offline Send Email
Jun 1, 2004
3:59 pm
466
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...
negedi
Offline Send Email
Jun 1, 2004
3:59 pm
467
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...
pkaluski
Offline Send Email
Jun 1, 2004
3:59 pm
468
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...
Sherry Lin
sherryhjlin
Offline Send Email
Jun 1, 2004
3:59 pm
469
Can somebody please make the following work? use Win32::GuiTest; use Win32::OLE; use Win32::SAM; $| = 1; my $URL =...
jayu_tech
Offline Send Email
Jun 1, 2004
4:00 pm
470
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 ...
yoni_benshlosh
Offline Send Email
Jun 1, 2004
4:00 pm
471
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....
Nagarajan M
naga_cit
Offline Send Email
Jun 1, 2004
4:01 pm
472
... 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...
Steve West-Fisher
westfisher
Offline Send Email
Jun 1, 2004
4:01 pm
473
I have been trying to use PPM to install the win32-guitest module. It keeps failing however with the following message: PPM> install...
max_russell2000
Offline Send Email
Jun 1, 2004
4:01 pm
474
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...
max_russell2000
Offline Send Email
Jun 1, 2004
4:01 pm
475
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 ...
rqbanerjee
Offline Send Email
Jun 1, 2004
4:03 pm
476
Hi, Can somebody help documentation regarding these functions. SetForegroundWindow GetDesktopWindow GetWindow GetWindowText GetClassName GetParent ...
Vinod
vinod_arappath
Offline Send Email
Jun 1, 2004
4:03 pm
477
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...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jun 2, 2004
5:00 am
478
Hello, If documentation is not found in the README, most certainly you'll find them documentated at http://msdn.microsoft.com. :-) Regards, D...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jun 2, 2004
2:51 pm
479
Hello, In the last release 1.50.2-ad, I went ahead and verified that PPM works. So, please try 1.50.2-ad located at cpan.org OR ...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jun 2, 2004
2:53 pm
480
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:...
Coleman Tom
tom_g_coleman
Offline Send Email
Jun 2, 2004
5:18 pm
481
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 ...
Tom Harris
funes666
Offline Send Email
Jun 2, 2004
10:06 pm
Messages 452 - 481 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help