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 363 - 392 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
363
If your application for test is a website GuiTest may not be your best tool. GuiTest is more geared to a Win32App. You may be able to use Sendkeys and mouse...
Steven Swenson
talwyn
Online Now Send Email
Jan 5, 2004
10:13 am
364
Is there a way to capture the contents of an Edit box? I have tried GetComboContents on the edit window but it did not work. Thanks, Steve...
ste88llo
Offline Send Email
Jan 5, 2004
10:13 am
365
Gennady: Thank you very much. Version 1.49 installed in ActivePerl 5.8.0 very nicely. Samie appears to still be functioning also. Now all I need to learn is...
iamparke
Offline Send Email
Jan 5, 2004
10:15 am
366
Hello, Give WMGetText() a try. Regards, Dennis K. Paulsen ... work....
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jan 6, 2004
2:24 am
367
I think I'm missing something. I don't see any way to move to a text box except for purhaps x,y, but the text boxes may be moved on the screen between testing...
Steve West-Fisher
westfisher
Offline Send Email
Jan 6, 2004
5:28 pm
368
Hello, Assuming you are using Win32::GuiTest on a Windows platform; I'll try and answer your question below... However, if you are instead using X11::GUITest...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jan 7, 2004
11:50 pm
369
Hi I'm relatively new to perl. Is it possible to use sendkey to send data stored in a previously defined variable....
Mike
muddflap3
Offline Send Email
Jan 12, 2004
7:40 pm
370
Sure. $data = "What I want to send"; SendKeys($data); Chris Hilton Hi I'm relatively new to perl. Is it possible to use sendkey to send data stored in a...
Chris Hilton
chris_hilton
Online Now Send Email
Jan 12, 2004
7:46 pm
371
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
Jan 12, 2004
7:47 pm
372
Does this tool support the Record and Playback feature and Links checking? I am looking for a freeware to automate a web based application, and wondering if...
cary_sh
Offline Send Email
Jan 13, 2004
11:44 am
373
I am unable to build the latest code. Can anyone help with the following errors? ... D:\Perlcode\Downloads\Win32-GuiTest-1.50>nmake Microsoft (R) Program...
ste88llo
Offline Send Email
Jan 14, 2004
2:55 pm
374
A couple of thoughts: Make sure you run 'vcvars32.bat' before you run 'perl makefile.pl' and 'nmake' to ensure the build environment is reasonably setup. One...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jan 15, 2004
12:41 am
375
You said to run vcvars32.bat. Where do I get this file? I have MS VC++ 6.0 Professional installed. Steve ... From: perlguitest@yahoogroups.com...
Steven Lloyd
ste88llo
Offline Send Email
Jan 16, 2004
10:56 am
376
VCVARS32.BAT is a batch file installed with Visual C++. You should find it in the BIN subdirectory of your Visual C++ installation directory. You need to run...
Chris Hilton
chris_hilton
Online Now Send Email
Jan 16, 2004
4:50 pm
377
Hello, I have some Tablefields (Class: ICL Container LDetail) in my application and want to read their contents at the runtime. Exists any function in Guitest,...
tina_amir
Offline Send Email
Jan 19, 2004
2:09 pm
378
Hello all, I am trying to ue the AO library to get the accessible objects within a treeview 32 form created by .net using c# . I can see the object information...
guiguy2001
Offline Send Email
Jan 21, 2004
12:10 pm
379
Hi, I am using ActivePerl 5.6. How can I paste the content of a cell in an excel sheet to another cell in the same excel sheet using Perl. Iam a beginner. Will...
sandygower2000
Offline Send Email
Jan 22, 2004
10:14 am
380
... box, ... Exactly the kick in the pants I needed to get me started in the correct direction. By the way, this is the only scripting I've come across yet ...
Steve West-Fisher
westfisher
Offline Send Email
Jan 22, 2004
10:30 am
381
I am unable to build the latest code. Can anyone help with the following errors? ... D:\Perlcode\Downloads\Win32-GuiTest-1.50>nmake Microsoft (R) Program...
ste88llo
Offline Send Email
Jan 22, 2004
10:30 am
382
Hi, I am trying to use sendkeys() function call using win32::guitest for the first time in my life. When I try to run my program, i get the message that script...
neesha1_99_99
Offline Send Email
Jan 22, 2004
10:31 am
383
Hi, Following is my script. It runs the program quake3.exe but then it does not pass key 'enter' to it. What it supposed to do is when it enters it will play...
neesha1_99_99
Offline Send Email
Jan 22, 2004
10:31 am
384
Hi I am a beginner in Perl. I need to copy the contents of one excel cell into another cell using Active Perl 5.6. Can anyone please helpout. Thanks Sandy...
sandygower2000
Offline Send Email
Jan 22, 2004
10:31 am
385
Should look something like this: use Win32::GuiTest chdir("C:\\Program\ Files\\Quake\ III\ Arena"); system("quake3.exe"); SetForegroundWindow("Quake 3:...
noel.peterson@...
bullitt133
Offline Send Email
Jan 22, 2004
3:29 pm
386
Hello, One other thing you might need; which is utilized throughout Win32::GuiTest's example scripts, is the use of start.exe (example below). Without this,...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jan 22, 2004
4:29 pm
387
Hello, Instead of Win32::GuiTest, you may want to investigate a different solution, such as the Spreadsheet::WriteExcel/Spreadsheet::ParseExcel Perl modules. ...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jan 22, 2004
5:05 pm
388
Sandy, This question doesn't really belong here. What you need to to use a newer version of Perl (5.8.2 is out) and Win32::OLE. Try searching the PerlMonks...
Kristofer Hoch
kristoferhoch
Offline Send Email
Jan 23, 2004
10:28 am
389
Does anybody know any tutorial (online or book) for win32::guitest which provides all information such as functions from guitest, their definations, examples...
neesha1_99_99
Offline Send Email
Jan 26, 2004
9:50 am
390
Thanks, problem was that I should be using winodow handle (get using FindWindowlike()) and not the text of window name. I figured necessity of using sleep, but...
neesha1_99_99
Offline Send Email
Jan 26, 2004
9:50 am
391
Hello, The most common scenario is to allow time for the application (GUI) to become ready for interaction/user input. Without a WaitWindow or sleep in the...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jan 26, 2004
10:32 pm
392
At this time, the only "documentation" that I am aware of for Win32::GuiTest is what comes with the README (perldoc Win32::GuiTest) and the example scripts....
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jan 26, 2004
10:38 pm
Messages 363 - 392 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