All How do i work about the current x and y axis of the current window, and then ask the mouse to move to a certain point and click there. So that i can use...
Hi, I have a small suggestion about GuiTest.pm file. Currently, while populating %EXPORT_TAGS we write several functions per line, and they are not ordered....
Hi Dennis, I've checked out all files from the source forge. And I can't build it any more. I have noticed that it now uses Module::Build to build the module....
I have not been successfull in sending a filepath to the screen because I do not know how to sendkeys a period, colon, or slash. Is it possible to sendkeys...
I'm trying to get a MenuSelect to work with IE to no avail (since the toolbar seems to be out of the question). Here is test piece of code: use Win32::GuiTest...
Hi, I am trying to add a call to GetMenuBarInfo in the *.xs file, and it does not compile. I am getting "undeclared identifier". The same applies to...
I'm not sure if this is the appropriate forum for these kinds of things (vs a developer forum). But... I had a need to get the state of the caps & num lock...
Hi I have just started using Perl GUI to check the feasibility of automating our GUI applications developed in Java swing I was following the excellent...
When I run the following code against the leechftp treeview, it works. (TTreeView Class) If I try to select a treeview node from the Windows Explorer it blows ...
I am trying to retrieve the values available on a web page in this type of combo box. Whenever I try, I get very strange results. Here is what I tried: use...
Enter your vote today! A new poll has been created for the perlguitest group: What is your overall opinion of WinRunner? o Excellent o Good o Fair o Poor To...
It seem it is quite problematic to use Win32::GuiTest to automate applications written with some of the multi-platform toolkits. Actually this does not seem to...
I'm running a perl app on a win server 2003 server and the GuiTest functions only work properly when there is an active desktop. i.e. when someone is logged...
I have seen quite a few request for this but the latest version does not seem to support this treeview control (SysTreeView32). Is someone working on this?...
Do anyone have an example of how to use GetListContents. I can not seem to get it to work. I have tried building a simple example based on Notepad, and that...
This test script is similar to the Beach Bobby one of majingaa2z posted this week: Script is: use Win32; use Win32::GuiTest qw(:ALL); $Win32::GuiTest::debug =...
I am having some problem with the newly added function in the guitest module ( GetTabItems,GetListViewContents...). I am running a perl script as windows...
Hello! I think this is a quiet usefull module to automate applications -- thanks for porting it :-). I still go a question to steer an application which needs...
I've seen several messages related to this, but nothing that comes out and hits the nail on the head. Is there a binary install of Win32-GuiTest 1.50+...
I'm trying to run a test on a Windows XP machine that sends Mouse Clicks and Keys to a specific window. All works fine until the Screen Saver activates. Is...
Here is my test code. The application opens properly, but then it just hangs, when I close the application it gives me the appended error and then sends ^p to...
Hello All, I am totally new to Perl. I have used SilkTest in the past for GUI automation and now I want t use Perl for automated GUI testing and also for unit...