is there a method that can find a handle of a combobox based on displayed text string? or any others approach to this? the combo for the ui that i'm working...
Hi All, Just wanted to thank all of you working on the Multiple Column ListView bug. I've been able to automate so many GUI test cases because of GuiTest. Any...
I'm having a problem getting the contents of a SysListView32 with multiple columns using GetListViewContents. I noticed that a few other people are also...
I start a process using $process = Win32::Process::Create(...). I then find a list of Windows via Win32::GuiTest::FindWindowLike("blah",""). That returns a...
Hi I am new to Perl and was wondering if there is any module in Perl to manipulate the XML representation of a .NET Dataset. Please do let me know. Thanks, ...
how to simulate click on ToolbarWindow32 button without Control ID? WinSpy shows the button is of class ToolbarWindow32 and Control ID: 00000000, no caption. ...
how to change combobox or button in background? i am trying to 1) set value into textfield 2)set pushbutton 3) select value from combobox without the window...
Hello, I'm trying to navigate on a table of cells, all under the same window (no special name for each cell). I have tried to use SendKeys("{TAB}") in order to...
I'm trying to automate a Perl program that contains buttons. I'm having problems trying to select buttons. Below is a simple program that I'm trying to test...
I have combed through the posts and I am most of the way there. What I want to do is to navigate to a webpage. Login Pull text from the page to ensure that it...
Guys, I am sorry for spamming you, but I consider the message below really important for anti-pattent battle. For those who don't know. Currently it is not...
I'm trying to check to see if a button is enabled or disabled. I've seen that the IsWindowEnabled method can be used. Does anyone know how to use this...
I am working on a project where we are trying to ruby binding to C to do similar things to what you guys are doing (sendkeys, etc) and I wanted to see how that...
These are changes: - Added some code to Makefile.PL to help with environments where file name case is of concern. (CTRONDLP) - Fixed case of GetMenuItemID -...
Dennis and Gabor, Does makedist.pl script work in your environments? It complains about META.yml. What is this? ... Microsoft (R) Program Maintenance Utility...
Am I right in thinking that the 'path' in SelTreeViewItemPath is rather generous in its matching? I have a TreeView that contains 'UK|BBC|London'. I can select...
Hi I downloaded Win32::GUI module: Win32-GUI-1.0-PPM-5.8.zip PPM distribution for Active Perl 5.8 From http://rocherl.club.fr/Win32GUI.html PPM Installation...
*Ugh* The current method (I'll space you the XS code): THERE HAS TO BE A BETTER WAY! 1) Call up the context menu using MouseClick() or SendKeys() 2) Set up an...
using guitest, if one sends {TAB} to the IE window the next control which may be a link is selected. How can I know which link is it? (how to get the statusbar...
Brand new to GUI testing. Before I jump in headfirst, a question about what GUI testing can and can't do. At my company, we frequently use Microsoft Word....
Hi, Is there an option to use the SendKeys function without the reserved characters manipulation ? I would like to type the characters ~+^ % to the screen....
hi, i just have to automate IE and started to write VB app for the task.. Does win32::guitest is able to hook to htmldocument events (i.e. document.all...