Dennis and Gabor, Does makedist.pl script work in your environments? It complains about META.yml. What is this? ... Microsoft (R) Program Maintenance Utility...
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 -...
Firstly, thanks to Piotr and co for their magnificent work on Win32::GuiTest. I gave up trying to get cvsnt to connect to SourceForge via sockscap. I've been...
... That's really nice to read. However, the foundation of module was created by Ernesto Guisado and then extented by Dennis Paulsen and Gabor Szabo. I have...
Denis, I totally understand your point. However, I think there are some subtle differences between Win32::GUI and Win32::GuiTest. Win32::GUI is a perl wrapper...
... You're right of course. When Win32::GUI tried to get the text of a ListView item the program under test blew up, just as you explain in your tutorial. ...
Well, first of all it is not our decision. The idea has to be accepted by Win::GUI development team. Apart from this, I am not sure there is someone who would...
Hi, I just had a closer look on Win32::GUI. Boy, that's impressive what those guys did. They wrapped many, many useful Win32 API functions. So we should...
################################################## TO MODERATORS: Please wait a while with approving this post. Author of the post is not sure if want to post...
Hi, I just want to explain a strange header of this post. Rafe initially intented to send this mail to me only. After realizing a mistake, he informed me about...
OK, I sent a question to Win32::GUI list. Have a look below on my question and the answer. Give it a try. Win32::GUI has many handy functions (I am not hired...
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...
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...
Hi, The code for the dll is in guitest.xs. Go to project's source forge site (www.sourceforge.net/projects/winguitest) and browse CVS or just get a package....
It would be very nice if you could gave as an overview about this issue [1] in the upcoming Hungarian Perl Workshop http://conferences.yapceurope.org/hpw2005/ ...
You may be right, However I have read somewhere that using Win32::API is not particularly safe. Also extensive use of it would not make the code particularly...
I use Win32::API in nearly every application I have written (for windows) and I believe that it is very stable - the only time it is unstable is when the API...
Yeah, I think even the author recommends against using it for various applications. It depends on a assembly language hack; which may not be too 64bit/Windows...
Hi All, I'm new to perl and Guitest and I'm trying to execute the following perl script: #!/usr/bin/perl ## Initially generated by Win32-GuiTest Recorder...
Hi Amine, I can run your code snippet without any errors. You might want to check if you actually have the Win32::GuiTest package installed properly. Cheers, ...
Try looking into selenium or Ruby's watir module for browser related testing. ... -- "..man is a human being, not because of his physical powers for physically...
You might try using WWW::Mechanize to pull text out. HTTP::Recorder can be used to automatically generate Mechnanize scripts. It is an agent for HTTP::Proxy...