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...
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...
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...
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 ...
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...
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...
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,...
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...
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...
No. Windows does not allow a window to be in 'Front' on a locked system. You also cannot move from locked to unlocked, but you can use a script to edit the...
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...
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...
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...
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...
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...
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...
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:...
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...
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...
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...