How can I view the text (or source code) of an 'Internet Explorer_Server39; class in an application? WM_GetText returns nothing. Thanks, Bill ...
1790
Piotr Kaluski
pkaluski
May 12, 2007 7:56 am
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...
1791
brentje
May 13, 2007 12:13 pm
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...
1793
Piotr Kaluski
pkaluski
May 13, 2007 7:47 pm
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...
1794
rossclunie
May 18, 2007 10:15 am
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...
1795
Brandon
truth_addict0
May 18, 2007 10:16 am
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...
1796
ravi shankar
ravishankarmce
May 18, 2007 10:16 am
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...
1799
vidhut singh
vidhut_ait2002
May 21, 2007 12:46 pm
HI ravi, there is a function called ischeckbutton() ..... follow the link http://www.piotrkaluski.com/files/winguitest/docs/ch09s37.html Regards, Vidhut ravi...
1800
Aravind Lakshminaraya...
lara312_in
May 25, 2007 7:31 am
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...
1801
Piotr Kaluski
pkaluski
May 25, 2007 8:08 am
If you locked your computer it will not work. Try running it at night leaving your PC unlocked and switch off any screen savers. --Piotr...
1802
priyachris2002
Jun 1, 2007 8:54 am
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 ...
1803
vijay kumar maurya
vijaykumarma...
Jun 21, 2007 11:24 am
How I can identify whether Menu Item is enable or disable using Win32::GuiTest (Perl) module ? Thanx in advance . Regards Vijay...
1804
Piotr Kaluski
pkaluski
Jun 21, 2007 12:08 pm
Please post your question to source forge mailing list --Piotr...
1805
Girish MC
girishwill
Jul 24, 2007 9:13 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,...
1806
rag84dec
Aug 1, 2007 11:03 am
Hi, I have one MFC application which has 2 radio buttons. O Chick Here O Click there by default "Click there" will be selectted....But i want only...
1807
animesh bhowmick
animeshb
Aug 1, 2007 2:02 pm
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....
1808
sdivyabalaji
Aug 9, 2007 9:45 am
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 ...
1809
Vishnu Dutt
vishnu_1982it
Aug 10, 2007 11:37 pm
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...
1810
deepsborse
Aug 22, 2007 11:25 pm
I am getting error while running nmake test, it says perl.exe incorrectly trying to invoke C runtime library...
1811
Bauer, Steven
stevebr512
Aug 23, 2007 11:15 pm
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...
1812
roopa bb
rupa_2479
Sep 6, 2007 7:21 am
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! -...
1813
rag84dec
Sep 24, 2007 8:40 am
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...
1814
Suhas Bharadwaj
meetsuhas2
Sep 24, 2007 10:36 am
Hi, 1. It will run if you do RDC also, but you shouldn't minimize the command prompt where you are running the perl file and shouldn't lock your ...
1815
Kenneth Kron
organicpower_ca
Sep 24, 2007 5:21 pm
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...
1816
gurunathk
Nov 24, 2010 10:08 am
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...
1817
Vinod kumar Guruprasad
chanakyavinod
Nov 24, 2010 10:15 am
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...
1818
Chris Hilton
chris_hilton
Nov 24, 2010 4:15 pm
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]...