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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 462 - 491 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
482
Regarding the new development of 1.50.1 and the Recorder, you can direct comments and questions to SourceForge.net.. If someone has contributions to make,...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jun 3, 2004
2:25 am
483
#-- This program inspects the internet header of all Microsoft #-- Outlook (2002, SP-2) messages in the user-defined #-- "MyAccount" directory to determine if...
Eric
eric_hansen85
Offline Send Email
Jun 4, 2004
1:52 pm
484
... to ... the ... considered ... Thanks for noticing, that's my code. It's actually even more brain-dead than you describe. Here's from the docs: "This...
McMahon, Chris
cmcmahonloronix
Offline Send Email
Jun 4, 2004
2:02 pm
485
Most strings in windows are Static Labels. I wrote a quick script to locate this type of information. It takes a Titlebar name as an argument but if you want...
Steven Swenson
talwyn
Offline Send Email
Jun 5, 2004
4:08 pm
486
You can look at the API documentation for many of those. ... Hi, Can somebody help documentation regarding these functions. SetForegroundWindow ...
Steven Swenson
talwyn
Offline Send Email
Jun 5, 2004
4:11 pm
487
... I am not sure I understood the issue but can't you access theses controls by their title ? Anyway I am not a Windows developer but do you know why are...
Gabor Szabo
gabor529
Offline Send Email
Jun 13, 2004
6:15 pm
488
Is the latest verson 1.50.2 compatable with perl version 5.6.1 build 629. The Win32_GuiTest.ppd file says <ARCHITECTURE NAME="MSWin32-x86- multi-thread-5.8" />...
rossclunie
Offline Send Email
Jun 13, 2004
6:16 pm
489
As an alternative to the original code example, if you wish to not rely of Microsoft Outlook already running, you can create a new com object with this line of...
Eric
eric_hansen85
Offline Send Email
Jun 13, 2004
6:16 pm
490
use Win32; use Win32::OLE; use Win32::GuiTest; use Win32::Clipboard; ###################################################################### # EMAIL FILTER -...
Eric
eric_hansen85
Offline Send Email
Jun 13, 2004
6:17 pm
491
When using WaitWindow one would like to know if the window actually came up. However WaitWindow returns an array of size 1 even if the window did not come up. ...
Simon Fleishman
simon_fleishman
Offline Send Email
Jun 13, 2004
6:17 pm
Messages 462 - 491 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