Hi, I have an application that at times gets very slow. Say while refreshing, the cursor gets into the hourglass state and comes back to normal position after...
Hi I tried to install Win32-GuiTest-1.50.3-ad downloaded from http://search.cpan.org/dist/Win32-GuiTest/ <http://search.cpan.org/dist/Win32-GuiTest/> . These...
Also please take the most recent version from winguitest project on soruceforge. --Piotr ... distributive...
1307
Steve Loughran
stevelml1@...
Mar 13, 2006 9:55 pm
Hi all Been banging my head against this for the last 2-3 hours, and its driving me nuts. ActivePerl 5.8.6.<something> Win32 Gui Test v1.50.5 (install from ppd...
Hi all, I want to automate Mozilla Firefox. Could somebody suggest any package that can be used for this. Tried to install mozilla-mechanize but it asks for...
I let this message in but I actualy think you should look a bit more closely where to look for help. This mailing list is about Win32::GUITest and not Mozilla...
1311
Steve Loughran
stevelml1@...
Mar 14, 2006 3:54 pm
oops... I had a brain meltdown, its all working and doing what it should be doing now. Sorry to take up your time... Steve (I never make the same mistakes...
If anyone has a moment could you please post a example of using the following functions: GetTabItems SelectTabItem Using some generic default windows app. Such...
Hi, Yes, example below. Script assumes System Properties is already running: #!/usr/bin/perl use Win32::GuiTest qw(:ALL); my ($w) = FindWindowLike(0, "System...
In your Win32::GuiTest import line (use Win32::GuiTest qw(...)), make sure your including SendRawKey and the appropriate tag (:ALL, etc.) to import the...
He guys, TVM_GETITEMRECT requires the handle of the item in the tree that you want to find the coordinates of. Winspy doesn't show any child windows belonging...
I've been looking into similar things regarding TreeView. Haven't written code for it yet, but the info it out there. The MSDN, while a little confusing at...
Hi all, I have a list of type SysListView32 which contains checkboxes rather than simple entries. I'm having trouble manipulating, or even accessing, these ...
I actually managed to get through the logon process using WMGetText, SetFocus and WMSetText. Now, the next screen opens, which contains a TreeView, ListView, ...
Can anybody please tell me what I am doing wrong while installing the module Win32-GuiTest-1_50_5 on Windows 2000 through cygwin. I am getting following errors...
Hi friends, We can download good tutorials in pdf format from http://itguide.tk/ Nice interview questions also there.Try it. Cheers, Isha ... Yahoo! Messenger...
Hi James, Cygwin isn't supported. GuiTest was developed using only Visual C++. Cygwin uses gcc as compiler. That's where the errors come from. If that's an...
I'm brand new to perl. i'm interested in writing automatic gui test scripts. Can anybody point me to some good resources on where to start? Thanks in...
1328
Steve Loughran
stevelml1@...
Apr 17, 2006 11:59 am
Hi all I am trying to work out when I should (and shouldnt) use the "KEYEVENTF_EXTENDEDKEY" flag when sending rawkey events. Can someone point me in the right...
Various ways to do it pal. Perl is good when it comes to web, directories, files and initially wasen't the preffered choice for GUI. Things have been changing ...
Try reading http://www.piotrkaluski.com/files/winguitest/docs/index.html This website belongs to Father of Perl-GUI :) Happy perl GUI automation ~Santosh ... ...
When programs are OLE/COM aware. When not, SendKeys is about the only way to do it. If you are using ActivePerl, open the OLE-Browser with Internet Explorer...