Hello All: I need to capture the text of the allert/error window, not the title. Which function I should use, can you write the simple code for it. Thanks, ...
I have read the tutorial and have partially searched the postings. What I undrstood is that with perlguitest process sequence is 1. we create a .pl file...
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...
Hi Guys, I found Win32::GuiTest really useful... I added what was missing from this module - recording + training... I also added image comparision feature...
Hi everyone, First off, can I just say a big "Thank You" for this module! This is unbelievably useful!! Secondly, I have a fairly Newbie question. I'm using...
Hi Dennis, Hi Gabor, Have a look at the code below. I am providing results of diff -c. The following changes were done: 1. FindWindowLike was fixed. It was...
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...
Hi, I'm new to the GUITEST feature so please bare with me. I am trying to automate some functionality with acrobat, but I really dont want to use any low...
hey all, I noticed that the activestate version of GuiTest is at 1.3, and the newest version of GuiTest was 1.50. Any chance on updating activestate to have...
hey all, I'm trying to set the foreground window to a certain program on windows 2000 - and instead of doing it, it fails and causes the icon to flash on the...
hey all, For some reason, SetForegroundWindow, etc. don't work when you are using a cygwin rxvt. Not sure of any way around this, or even why its occuring.. it...
Hi, I am under impression that this function is not implemented. From the other hand it is included in the list of exported functions. Can someone tell me...
Hi, I have released version 1.0 of Win32::GuiTest documentation. It is far away from being complete but at least: 1. It documents all public (exported)...
Hi all, I am trying to launch an QTP from the perl code, using win32- GuiTest. It's launches but not focusing? Please tell what's wrong with my code. use...
Hi I have Active Perl5.8 on a WinXP professional setup. I am trying to install the package but when I follow the instructions it tells me that it cannot find...
Hello , I am getting the error "Could not find Paint" when I run the following script: use strict; use Win32::GuiTest qw(:ALL); system("start mspaint"); sleep...
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...
Hi, Great module, I started using it and run into slight problem. I'm mapping and unmapping drives in WinXP, so when I get to disconnect network drive window,...
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]); ...
Hi, Check the link http://www.piotrkaluski.com/files/winguitest/docs/index.html It is far from complete. But I believe it offers some ordering and a framework...
To be exact the error is: Error: no suitable installation target found for pacakge Win32-GuiTest I am not an expert with ppm actually the first time I am using...
I'm useing win32 guitest to automate some unscriptable applications (not something I wrote, no OLE or WMI as options) I'm having trouble with tabbed...
short version: I am a resource to help, frankly I fear making the first steps in contributing. Can somebody hold my hand for the first few cycles? thanks, tom ...
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 ...
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...