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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 790 - 819 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
790
Hi, I have an "Windows application" where there are 4 editboxes without captions. To turn the focus to any one of the edit boxes, I am not able to get the ...
Sriram Parthasarathy
srirampartha...
Offline Send Email
Mar 1, 2005
12:10 pm
791
First: use Win32::GuiTest qw(GetCursorPos); while (1) { ($x, $y) = GetCursorPos(); print "\rx:$x y:$y "; sleep 1; } then,get pixel x,y: ...
liu xiaolei
guguqiaqia
Offline Send Email
Mar 2, 2005
6:26 am
792
Sriram - I had a similar problem with an application based on Javascript. I tried SPY++ and was able to get window handles and some class information. From...
Lee Marlin
lmarlin
Offline Send Email
Mar 2, 2005
6:35 am
793
... 20Search&Selected=1&FontSize=8.0 ... control and send a left mouse click? ... Lee, Could you please check the link provided? It does not provide any ...
pkaluski
Offline Send Email
Mar 2, 2005
6:44 am
794
Hi, My first post to this group, I am a beginner as far as guitest goes but am hopeful that it can really help with some automated testing I have planned. ...
hp189bp
Offline Send Email
Mar 2, 2005
1:41 pm
795
Looks like this may be a .net issue. The application I am running against is a .net snap in to the mmc and it doesn't seem to work. However, I have tried a...
hp189bp
Offline Send Email
Mar 5, 2005
7:51 pm
796
Is there any way to compare bmp or jpg images in Win32::GuiTest? I want to automate installation process. So when the status bar shows 100% completed, i want...
umakant patil
u4u99
Offline Send Email
Mar 8, 2005
7:59 am
797
Hi All, How can I invoke the system tray menus? For example... I went to the system tray and right click the mouse over a particular Icon. A list of menu...
Nagarajan M
naga_cit
Offline Send Email
Mar 8, 2005
8:04 am
798
Hi I am new in perl .Actually I am testing a product for PC backup and I am planning to perform automation testing on the same becuase I have been receiving...
sameer wakhlu
sameerwakhlu
Offline Send Email
Mar 8, 2005
12:07 pm
799
Hi all, I'm stuk! I've installed Win32::GuiTest with success and already have used the recorder to create a test script. However, I'm not 'knowleageble' on...
Anderson Farias
peixedragao
Offline Send Email
Mar 12, 2005
5:35 am
800
... I myself don't use the code (yet), so I hardly count, but you could always put a wrapper around it, something like Win32::GuiTest::Clean (or ::Simple, or...
peterkayatwork
Offline Send Email
Mar 12, 2005
5:35 am
801
Just (finally) got to this group, in my trek through the QA and perl world, so Hello everyone! I wanted to ask how easy people think creating scripts using ...
peterkayatwork
Offline Send Email
Mar 12, 2005
5:36 am
802
On another web forum that I maintain someone asked a question regarding Win32::IE::Mechanize. the question was how to access the IFRAMEs in a page ...
Gabor Szabo
gabor529
Offline Send Email
Mar 13, 2005
10:46 am
803
Hi... Bret Pettichord just published the note below to the WATIR and ruby-talk mail lists. If anyone here would be interested in helping to create a usable...
Chris McMahon
chrs_mcmhn
Offline Send Email
Mar 13, 2005
8:11 pm
804
Hi, Some time ago I mentioned that it would be good to have a test application, which would be created only for being a target for tested WGT functions. I have...
pkaluski
Offline Send Email
Mar 15, 2005
2:33 pm
805
Hey, i want to automate a 3270 Emulator called "IBM Personal Communications". it mainly contains a certain (custom?!) Control that i dont know how to obtain...
Yoni
yoni_benshlosh
Offline Send Email
Mar 15, 2005
3:10 pm
806
hi, I use Win32::GuiTest .But some of functions in c++ or c . How about use c or c++ functions in perl ? Thanks, Liu xiaolei ...
liu xiaolei
guguqiaqia
Offline Send Email
Mar 18, 2005
7:06 am
807
... I would recommend reading the perlxstut and perlxs parts of the perl core documentation. XS is a language for describing embedding of C functions into...
Philip Zembrod
pzembrod
Offline Send Email
Mar 21, 2005
11:26 am
808
... There is a module called 'Inline' that lets you embed C code directly into your script, and call functions written in C. Other variants of Inline let you...
Michael Rabinovitz
rabinov
Offline Send Email
Mar 22, 2005
4:07 am
809
I have started to learn the usage of Win32::GuiTest for Gui Testing. I need serious help from you guys....
roy_biswadip
Offline Send Email
Mar 30, 2005
7:43 am
810
First, thanks everyboby help for me,I write codes : use Inline C; greet('Ingy'); greet(42); __END__ __C__ void greet(char* name) { printf("Hello %s!\n", name);...
liu xiaolei
guguqiaqia
Offline Send Email
Mar 30, 2005
7:44 am
811
hi, How about Press Ctrl key? I write a function ,please look this: # 1 start x,2 start y,3 end x,4 end y sub CtrlClickTwo { MouseMoveAbsPix($_[0],$_[1]); ...
liu xiaolei
guguqiaqia
Offline Send Email
Mar 30, 2005
7:44 am
812
You probably haven't installed the Inline module. Try 'ppm install Inline' at a command prompt. Chris Hilton ... From: liu xiaolei...
Chris Hilton
chris_hilton
Online Now Send Email
Mar 30, 2005
3:40 pm
813
Thanks a lot ,i installed Inline successful at PPM. But when i write follow this code: use Inline C; greet('Ingy'); greet(42); __END__ __C__ void greet(char*...
liu xiaolei
guguqiaqia
Offline Send Email
Mar 31, 2005
7:45 am
814
If you get the inline.ppm installed, that's will be ok. I propose that you should read the manual carefully, and will find the correct answer. liu xiaolei...
xue.yaoshun@...
xueyaoshun
Offline Send Email
Mar 31, 2005
7:46 am
815
I'm having problem with the manipulation of combo item selection when sending raw message(CB_SETCURSEL) or using the new feature "SelComboItem" command added...
wenjie wang
wiseagent2000
Offline Send Email
Apr 4, 2005
7:17 am
816
Hi All, Can anyone point me to resources/scripts which will be helpfull in controling settings of IE->Options->Security->ActiveX stuff Thnx in advance, Shri ...
x shri
x_shri420
Offline Send Email
Apr 4, 2005
7:18 am
817
... when ... Both ... from ... change ... 2nd ... of ... Hmm... Good point. It behaves as expected. CBN_SELCHANGE documentation on MSDN says that it is not...
pkaluski
Offline Send Email
Apr 4, 2005
7:39 am
818
You could use the following that simulates a Win-d SendRawKey(VK_LWIN, 0); SendKeys('d'); SendRawKey(VK_LWIN, KEYEVENTF_KEYUP) Regards, Dennis K. Paulsen ... ...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Apr 7, 2005
1:02 am
819
Hello, The best source of information is the ReadMe file and example scripts; which are available at http://sourceforge.net/projects/winguitest It is also...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Apr 7, 2005
1:07 am
Messages 790 - 819 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