Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

perlguitest · Win32::GuiTest (Perl)

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 2444
  • Category: Perl
  • Founded: Jul 25, 2001
  • Language: English
? 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.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

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 ...
2 Jun 2, 2004
5:00 am

Dennis K. Paulsen
ctrondlpaulsden
Send Email

I have been trying to use PPM to install the win32-guitest module. It keeps failing however with the following message: PPM> install...
1 Jun 1, 2004
4:01 pm

max_russell2000
Send Email

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....
1 Jun 1, 2004
4:01 pm

Nagarajan M
naga_cit
Send Email

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...
1 Jun 1, 2004
3:59 pm

Sherry Lin
sherryhjlin
Send Email

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...
2 Jun 1, 2004
3:59 pm

negedi
Send Email

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.....
2 Jun 1, 2004
3:59 pm

Peter G. Martin
scribepeterm
Send Email

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 ...
1 Jun 1, 2004
3:59 pm

yoni_benshlosh
Send Email

I've some alot of mail regarding installation of Win32-GuiTest, but I have yet to get it to install on Perl (Version 5.8.3). I am using PPM (Version 3.1) to...
2 Jun 1, 2004
3:52 pm

Gabor Szabo
gabor529
Send Email

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...
1 Apr 26, 2004
9:39 pm

woland99@...
woland99
Send Email

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: ...
1 Apr 19, 2004
12:47 am

Dennis K. Paulsen
ctrondlpaulsden
Send Email

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...
3 Apr 1, 2004
10:58 pm

Dennis K. Paulsen
ctrondlpaulsden
Send Email

Hello... I'm starting a project to automate some testing of web pages. I've used a Perl module called SAMIE (samie.sourceforge.com) but have been unable to...
10 Apr 1, 2004
1:38 pm

Simon McCaughey
simonmccaughey
Send Email

... Hi Ross... If you're helping on SAMIE... I think SAMIE desperately needs example code for all of the functions listed on the bottom at ...
1 Mar 26, 2004
2:39 pm

McMahon, Chris
cmcmahonloronix
Send Email

I'm having a lot of trouble trying to set the value in a combo. If I just use SendKeys, the value changes as each key is sent, which will not work (I know...
3 Mar 18, 2004
10:08 am

Stephen West-Fisher
westfisher
Send Email

The following perlguitest poll is now closed. Here are the final results: POLL QUESTION: Please read the latest group messages if you're unfamiliar with why...
1 Mar 17, 2004
11:00 pm

perlguitest@yahoogrou...
Send Email

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...
1 Mar 17, 2004
5:14 pm

Chris Hilton
chris_hilton
Send Email

Hello, It turns out that Ernesto is okay, but has been extremely busy lately..... However, I went ahead and created a project on SourceForge ...
2 Mar 17, 2004
2:49 pm

Dennis K. Paulsen
ctrondlpaulsden
Send Email

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...
2 Mar 17, 2004
2:47 pm

Dennis K. Paulsen
ctrondlpaulsden
Send Email

HI i have a perl script use Win32::GuiTest qw/MenuSelect/; system "start notepad"; sleep 2; MenuSelect("&File|&Exit";); when i execute this it opens the notepad...
9 Mar 17, 2004
2:44 pm

Dennis K. Paulsen
ctrondlpaulsden
Send Email

I am new here and the question obviously shows my lack of RTFM and lack of understanding of the Windowing world, please bear with me. I am trying to test...
2 Mar 17, 2004
2:42 pm

Dennis K. Paulsen
ctrondlpaulsden
Send Email

Dear All, I want to write a script to automate logon/lock for a particular user ! For this first I want to send CONTROL ALT DELETE event to the computer ! I...
1 Mar 17, 2004
1:17 pm

Jangale V-S SPEL-TIT
jangalevs
Send Email

I have written a small script to test calc.exe I'd be glad to hear your comments on my script. How would you do it differently ? I included the sleep() calls...
1 Mar 17, 2004
10:46 am

gabor529
Send Email

Hello All, First, I'd like to mention that it has been highly enjoyable for me over the years to work with and help out those individuals developing on or...
5 Mar 17, 2004
10:46 am

Gabor Szabo
gabor529
Send Email

Hello... ... size seem to ... For now, I'm one of the ones just starting to play with it. Specifically, I am some months away from needing to use GUITest, and...
3 Mar 17, 2004
10:45 am

Ernesto Guisado
erngui
Send Email

Hi, Since I have observed that some people have problems installing GuiTest using ppm I would like to share with you some of my observations: When you use ppm...
1 Mar 16, 2004
10:33 am

pkaluski
Send Email

I am trying to send this in for the 4th time, but it always disappears. Please forgive me if suddenly you'll receive all the copies. Gabor ... I am not sure if...
1 Mar 16, 2004
10:22 am

Gabor Szabo
gabor529
Send Email

Hi i want to send 4 "TAB"s successively with folowing script's line $delay = 2000; SendKey("{TAB 4}", $delay) but just i take only 2 TABs Has someone an idea,...
2 Mar 13, 2004
6:43 am

Dennis K. Paulsen
ctrondlpaulsden
Send Email

02-19-2004 Ernesto, I'm wondering if everything is okay? I've sent you a couple of emails over the past several months and the last I heard from you was in...
1 Feb 20, 2004
3:45 am

Dennis K. Paulsen
ctrondlpaulsden
Send Email

I am trying to use this module with a script I have written for test Internet Explorer, in which I have control of IE using the OLE objects for Explorer. but I...
3 Feb 19, 2004
4:02 pm

Dan Neubecker
neubecda
Send Email

I'm having a lot of trouble setting the value of a combo. SendKeys always acts as if it is typing the first letter (which makes sense). I thought that GetFocus...
1 Feb 18, 2004
1:13 pm

Steve West-Fisher
westfisher
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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