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

Messages

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

All How does one hold the shift button down like SHIFT LEFT ARROW and then hit left arrow 4 times would it be SendKeys("{+}{LEFT 5}");...
1 Sep 12, 2005
3:08 pm

ben_cuthbert
Send Email

All How do i work about the current x and y axis of the current window, and then ask the mouse to move to a certain point and click there. So that i can use...
2 Sep 12, 2005
12:22 pm

ben_cuthbert
Send Email

Hi, I have a small suggestion about GuiTest.pm file. Currently, while populating %EXPORT_TAGS we write several functions per line, and they are not ordered....
2 Sep 11, 2005
10:27 am

Gábor Szabó
gabor529
Send Email

Hi Dennis, I've checked out all files from the source forge. And I can't build it any more. I have noticed that it now uses Module::Build to build the module....
2 Sep 11, 2005
8:17 am

Gábor Szabó
gabor529
Send Email

I have not been successfull in sending a filepath to the screen because I do not know how to sendkeys a period, colon, or slash. Is it possible to sendkeys...
3 Sep 9, 2005
11:12 pm

stuart arnold
sarnold_688
Send Email

Would it be possible to add a function to do a find window by class that would allow people to pickup controls like "AfxFrameOnView42 " ...
5 Sep 8, 2005
1:38 pm

ben_cuthbert
Send Email

I'm trying to get a MenuSelect to work with IE to no avail (since the toolbar seems to be out of the question). Here is test piece of code: use Win32::GuiTest...
8 Sep 8, 2005
8:35 am

stuart arnold
sarnold_688
Send Email

All The code is great, and works like a charm, but i have an issue when i try and use a function called SelTabItemText i get the following error ...
4 Sep 7, 2005
11:19 pm

Dennis K. Paulsen
ctrondlpaulsden
Send Email

Hi, I am trying to add a call to GetMenuBarInfo in the *.xs file, and it does not compile. I am getting "undeclared identifier". The same applies to...
3 Aug 31, 2005
8:47 am

Piotr Kaluski
pkaluski
Send Email

I'm not sure if this is the appropriate forum for these kinds of things (vs a developer forum). But... I had a need to get the state of the caps & num lock...
1 Aug 30, 2005
2:43 pm

rafelafrance
Send Email

Hi I have just started using Perl GUI to check the feasibility of automating our GUI applications developed in Java swing I was following the excellent...
5 Aug 25, 2005
11:32 am

Lohit Verma
lohitverma
Send Email

When I run the following code against the leechftp treeview, it works. (TTreeView Class) If I try to select a treeview node from the Windows Explorer it blows ...
9 Aug 23, 2005
1:10 pm

Piotr Kaluski
pkaluski
Send Email

I am trying to retrieve the values available on a web page in this type of combo box. Whenever I try, I get very strange results. Here is what I tried: use...
7 Aug 23, 2005
10:37 am

rmqa_group
Send Email

Hi, I have added new tutorial to win32::guitest documentation. The documentation can be found here -> ...
3 Aug 23, 2005
6:53 am

Piotr Kaluski
pkaluski
Send Email

Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the perlguitest group. File :...
2 Aug 22, 2005
7:23 am

perlguitest@yahoogrou...
Send Email

Enter your vote today! A new poll has been created for the perlguitest group: What is your overall opinion of WinRunner? o Excellent o Good o Fair o Poor To...
8 Aug 22, 2005
7:17 am

perlguitest@yahoogrou...
Send Email

Hi Piotr, While preparing for my Win32::GuiTest presentaion on YAPC::EU::2005 in the end of the month I went through your tutorial ...
2 Aug 22, 2005
7:02 am

Piotr Kaluski
pkaluski
Send Email

Piotr, you mentioned winspector in an earlier message. I tried to Google for it and it pointed me to http://www.windows-spy.com/ which is currently...
2 Aug 21, 2005
6:23 pm

stuart arnold
sarnold_688
Send Email

It seem it is quite problematic to use Win32::GuiTest to automate applications written with some of the multi-platform toolkits. Actually this does not seem to...
8 Aug 21, 2005
5:02 pm

Gábor Szabó
gabor529
Send Email

I'm running a perl app on a win server 2003 server and the GuiTest functions only work properly when there is an active desktop. i.e. when someone is logged...
5 Aug 21, 2005
4:03 am

apdaved
Send Email

This will secure my place in history as someone who posted with number 1000 :-)))) -Piotr...
1 Aug 17, 2005
11:14 am

Piotr Kaluski
pkaluski
Send Email

I have seen quite a few request for this but the latest version does not seem to support this treeview control (SysTreeView32). Is someone working on this?...
2 Aug 16, 2005
8:03 am

Piotr Kaluski
pkaluski
Send Email

Do anyone have an example of how to use GetListContents. I can not seem to get it to work. I have tried building a simple example based on Notepad, and that...
9 Aug 11, 2005
10:25 pm

rafelafrance
Send Email

This test script is similar to the Beach Bobby one of majingaa2z posted this week: Script is: use Win32; use Win32::GuiTest qw(:ALL); $Win32::GuiTest::debug =...
6 Aug 4, 2005
9:07 am

Lee Marlin
lmarlin
Send Email

I am having some problem with the newly added function in the guitest module ( GetTabItems,GetListViewContents...). I am running a perl script as windows...
2 Aug 3, 2005
10:19 pm

Dennis K. Paulsen
ctrondlpaulsden
Send Email

Hello! I think this is a quiet usefull module to automate applications -- thanks for porting it :-). I still go a question to steer an application which needs...
2 Aug 3, 2005
11:43 am

Gábor Szabó
gabor529
Send Email

I've seen several messages related to this, but nothing that comes out and hits the nail on the head. Is there a binary install of Win32-GuiTest 1.50+...
7 Jul 26, 2005
5:26 pm

scrivener90
Send Email

I'm trying to run a test on a Windows XP machine that sends Mouse Clicks and Keys to a specific window. All works fine until the Screen Saver activates. Is...
3 Jul 15, 2005
2:13 am

Michael Rabinovitz
rabinov
Send Email

Here is my test code. The application opens properly, but then it just hangs, when I close the application it gives me the appended error and then sends ^p to...
4 Jul 13, 2005
4:49 pm

Chris Hilton
chris_hilton
Send Email

Hello All, I am totally new to Perl. I have used SilkTest in the past for GUI automation and now I want t use Perl for automated GUI testing and also for unit...
2 Jul 12, 2005
7:58 am

Gábor Szabó
gabor529
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