So far I did not get a significant feedback. All feedback I have got was positive. I suggest the following solution - If I don't get any negative feedback till...
Well then let me add my 2 cents into the frey. I think the move would be a good idea whether MS buys Yahoo or not. It's easier to keep everything in one...
1792
Octavian Rasnita
orasnita@...
May 13, 2007 7:29 pm
I hope I am not doing something bad if I ask... Why the list should be moved on another server if Yahoo will be owned by MS? Why not using MS's resources for...
This is a very good question. Firstly, there is a logistic reason, which was well summarized by Brent in his post. Since Win32::GuiTest code is hosted on...
Hi I have an application that is running and I would like to use Win32::GUITest to automate some of the functions in it. Winspy++ tells me the following Class...
Anyone know how I can hold shift down while I click and drag the mouse? I can do the click and drag part no problem, but i'm not sure how to hold shift down...
All, Can anyone please let me know how to Check whether a Check Box is selected or not ? Thanks, Ravi Ravi Shankar M Associate Software Quality Engineer...
... sure ... I'm fairly new to GuiTest but I think SendRawKey will do what you want. The following script holds down shift while typing in Notepad: use...
HI ravi, there is a function called ischeckbutton() ..... follow the link http://www.piotrkaluski.com/files/winguitest/docs/ch09s37.html Regards, Vidhut ravi...
Hi I have developed a tool that uses win32-guitest APIs and tests our application. I was planning to run tests in this tool in the nights everyday, so I...
Hi, Can any one help me out in this ? I want to invoke an application from the Systray. Using Winspy ,iam able to get the handle of "TrayNotifyWnd".But i am ...
Hi All My greetings to all Please let me know, if "Win32::GuiTest" module supports custom-made/non-standard window objects? I tried functions like CheckButton,...
Hi Is it possible to access a Window in another machine? for example, i have a perl script on one machine which is a webserver. The script is on the webpage....
Hi I have a script which open the print preference window of printer driver,i want to select the values in the combo box dropdown. my part of code is ...
Hi, I suggest you to dont use mouse clicking. Just foreground the window of combobox and use home key. Than through up and down arrow key you can select any...
I take it you're running this on Vista? This is because windows can't find the manifest file for guitest.dll created when the link step is done. If you look in...
Hi, Is win32::GuiTest compatible with 64 bit Windows XP/Vista. Are all the functions supported? Regards, Roopa Moody friends. Drama queens. Your life? Nope! -...
Hi i have been using GUiTest PM since 2 weeks.One problem i noticed is i cannot use my MOUSE while i am running the Automation.... Is there any ways to make it...
What particular piece of code are you having trouble with? You do need to be careful what you are doing while running guitest since it is "impersonating a...
I have installed the Guitest in c:\temp I am getting the error Window handle of application is 1906c8 Undefined subroutine &main::Sendkeys called at matlab.pl...
Hi all, I'm automating Eclipse plugins, So in my testing I need to select tool bars which do not have child processes. Can any one provide me some good...
Seems you haven't imported the function properly from GuiTest. use Win32::GuiTest qw(SendKeys); Chris ... [Non-text portions of this message have been removed]...