Hi all, I want use this module for identifying Table/Grid, Rows in Table/Grid and selection of specific rows from Grid or Table. if anyone has details or Code...
1616
Cristian Casmala
casmala_c
Dec 8, 2006 11:29 am
Hi I have difficulties accessing a ComboBox located in a toolbar. The situation is similar to accessing the Font name ComboList in MsWord. The ComboBox has a...
1617
nor
testerng
Dec 13, 2006 9:54 am
Hello I have installed Win32::GuiTest v.1.3 and when trying to use GetMenu, GetMenuItemInfo, GetSubMenu or GetMenuItemCount methods of that package I get the...
1618
jonnyroberts1978
jonnyroberts...
Dec 13, 2006 3:57 pm
does anyone have any idea if it is possible to get the colour of a button, or the colour of the text on a button?...
1619
Kiran Rajan
kiranraj20
Dec 14, 2006 8:17 am
Hi I think you forgot to add the following line to the beginning of your
perlscript Use Win32::GuiTest; Add it and the script should work fine Regards
Kiran ...
1621
vidhut singh
vidhut_ait2002
Dec 19, 2006 2:29 pm
Hi, If the problem still persist even after you have included use Win32::Guitest then its a clear cut problem of win32 version .Instead of using old version...
1622
tikesh.rane@...
tikeshrane
Dec 19, 2006 2:30 pm
hello everyone, i have newly joined this group. i am facing some problems in using winguitest. i want to know whether we can disble the special meaning of...
1623
jonnyroberts1978
jonnyroberts...
Dec 19, 2006 2:32 pm
Hi, I have been having some problems using GetListViewContents with our application so I thought I would try and get it to work with windows explorer. However,...
1624
tikesh.rane@...
tikeshrane
Dec 19, 2006 2:35 pm
hello friends, my perl script doesn't work when the system is locked.. i tried to search on the group if anybody else also had the same problem. i found that...
1625
Rajeev Srivastava
rajanvita
Dec 20, 2006 12:18 pm
Hi I agree with Vidyut, The new version of Perl GUI test 1.50.05 will work for You. I faced same few days ago but after installing new version problem got...
1626
Tobin Cataldo
tobin_cataldo
Dec 20, 2006 1:28 pm
No. Windows does not allow a window to be in 'Front39; on a locked system. You also cannot move from locked to unlocked, but you can use a script to edit the...
1627
Martin McGrath
funny_face_m...
Dec 20, 2006 1:29 pm
Tikesh, I was making the same mistake, using Win32::GuiTest to interact with apps using the SendKeys method. Under a "locked" system, this will not work. I was...
1628
Earthlink-m_ryan
m_ryan_1
Dec 20, 2006 1:29 pm
Jonny wrote, ... use Win32::GuiTest qw(GetListViewContents IsWindowVisible WaitWindowLike FindWindowLike SetForegroundWindow ); use strict; use warnings; ... ...
Hello, thank you for your response! Can you tell me the link to download Win32::GuiTest v.1.50.05. In span I found only v 1.3. Regards, Norayr ... From: Rajeev...
1631
m_ryan_1
Dec 20, 2006 3:01 pm
oops, forgot to change- ... foreach my $a(@$s){...
1632
Sander Pool
sander_pool
Dec 20, 2006 3:32 pm
Sourceforge...
1633
Nahum Cohen
nahum_cohen_...
Dec 21, 2006 7:31 am
Hi, A possible workaround can be to install VMware or VirtualPC on the real machine. This will allow you to run a virtual machine which will run your script...
1634
ikatiar
Dec 21, 2006 7:31 am
Have you tried using MouseMoveAbsPix(x,y) instead? ... Perl...
1635
Samirkumar Patel
urbestpalindia
Dec 21, 2006 7:32 am
Hi Tobin, I was having the same problem in my old company while doing automation of Blackberry synchronization with desktop manager in automation mode and was...
1636
jonnyroberts1978
jonnyroberts...
Dec 21, 2006 2:14 pm
Did anything ever come of this package, I have had a look about but can't find any information on it?...
1637
Tikesh Rane
tikeshrane
Dec 21, 2006 2:17 pm
Nahum, your idea is nice, can u please tell me something about installing VMware ,, where to get it etc... thanks in advance ... - Tikesh ... your ... not...
1638
Tobin Cataldo
tobin_cataldo
Dec 21, 2006 2:22 pm
I had to create a local account, and then using Win32::TieRegistry pm to edit registry values to allow autologin into the account. You need to look at what...
1639
dgilbert101
Jan 3, 2007 9:43 am
Quick little post on Vista support and Win32-GuiTest. So far I have been using Vista and Win32-GuiTest successfully for a couple of weeks. But there are some...
Hi, VMware Workstation is a powerful application that simulate hardware and allow you to run several OS on a single "real-machine". Check it out at:...
1642
jonnyroberts1978
jonnyroberts...
Jan 3, 2007 9:45 am
Thankyou for your help it is now working! Jon....
1643
virginijus_dadurkevic...
virginijus_d...
Jan 3, 2007 12:19 pm
Does anybody know how to get Unicode (mixture of e.g. Greek and Hebrew) text from edited EditBox using WMGetText? I can get only the sequence of question...
1644
Kiran Rajan
kiranraj20
Jan 4, 2007 9:15 am
Hi all I have to automate a testcase. We are using elipse IDE. The thing that
we are looking to use is present as a tab inside a window with no name.
Is it...
1645
nor
testerng
Jan 4, 2007 12:18 pm
Hello ! When calling Win32::GuiTest::GetPopupHandle() the popup menu is displayed but returns 0 - not the handle of context menu though a valid window handle...