nice article. interesting how the id and window text can get mixed up Some languages allow you to specify if the value being provided is a handle, id, or...
I am glad to let you know that Ernesto gave two people Piotr Kaluski and myself moderator rights on the mailing list. As Ernesto wants the list to remain...
Hi, Have a look: http://www.piotrkaluski.com/automation/gui/gui_test_tut.html I am waiting for comments. The general suggestion is: * If you have comments on...
... Very nice. You mention a couple of "problems" but don't offer directions to solve them. You might want to give simple instructions on where to get perl and...
In the tutorial, you say that NT or above is required? i run GUITest on my Win98 box all the time, i believe there are a few things you can't do under Win98...
ok, I've read that in order to get the "make" method to work i need Visual C++. unfortunately i don't have that, so i have to resort to the ppm method. ...
... digging a lil deeper into the messages i found that Dennis K. Paulsen did test 1.50.2-ad and it does indeed work with Activestate Perl 5.8.4.810 via ppm....
hi, I'm writing a script that produces a MsgBox but when i do that, i notice that control goes to the MsgBox window and the script waits for something to...
... This is going to be a topic for the next tutorial... ... You are right. BTW, one comment. I would make one distribution only. The existence of distribution...
... on my ... do under ... do on ... No offence intended :) I don't mind mentioning Win98 in my tutorial. However, I am not that familiar with several versions...
... I agree. We should just persuade Dennis to upload a new version to CPAN. If Ernesto and Dennis agree I'd be ready to do that. They just have to give me...
id be more than happy to test any scripts your write for tutorials for 9x compatibility, so you can say for sure if they work on 9x machines, btw no offense...
Great! i'll have to get to trying those out right after today then :) ... _________________________________________________________________ Don’t just...
Hi I am new to this module and trying to do some GUI automation using Perl. The application I am trying to automate has many buttons and controls on it but...
I am trying to use IsGrayedButton() in Win32-GuiTest-1.50.2-ad, but it always returns 0. Does anyone know if this is broken in this release, or does it only...
Hi, Considering the contents of your post, I am assuming that you had problems installing it. You would make helping you much easier if you provided details of...
Sorry, I was not specific. I downloaded and installed ActivePerl 5.8.4.810. But when I ran a test script like: # use Win32::GuiTest; ... I got the following...
Hi, I have a question on how I can iterate thru all the nodes in a tree control on a simple GUI app. The tree control is on the left pane of the GUI app....
Hi, Can anyone share some Perl code that get the accessible objects within a treeview32 form created by .net using c# ? Would really appreciate it. Thanks, ...
... AFAIK TreeView32 is and MFC thingy and as far as I can tell Win32::GuiTest cannot yet handle that. I have not seen this Win32::ActAcc earlier I'll check it...
I am trying to automate a software using GuiTest. I am at a loss trying to automate opening up of the windows explorer like structure , move up the directory...
Hello, I get an error when I try to use Win32::GUITest::DibSect ... #!/usr/bin/perl -w use Win32::GUITest; $ds = new Win32::GUITest::DibSect; my @windows =...
Try adding "use Win32::GuiTest::DibSect;". I'm pretty sure you'll also need to change the other use directive to something like "use Win32::GuiTest ...
Chris, I tried out Win32::Screenshot and ran into some strange errors. I am used to finding and installing packages using ppm, but a quick search revealed that...
You need Microsoft Visual C++ installed to compile Win32::Screenshot. If you have that, you probably also need to run vcvars32.bat before compiling. You should...