From: Kunduz <tar...@ho...> - 2011-02-24 06:58:16
|
Sangeeta Huddar wrote: > > Hi All , > I am trying to automate the GUI testing . where these is a item > created > as ListBox ,which has number of things listed. > i wan to read this window and get the list of items print the list > whatever > it shows in GUI . > kindly help me . > > regards, > Shilpa > > ------------------------------------------------------------------------------ > Protect Your Site and Customers from Malware Attacks > Learn about various malware tactics and how to avoid them. Understand > malware threats, the impact they can have on your business, and how you > can protect your company and customers by using code signing. > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Perl-Win32-GUI-Users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > http://perl-win32-gui.sourceforge.net/ > Do you know Win32::GuiTest? This is usefull Win32 perl module and the your solutions in here.I can't make an example sorry but review this Win32::GuiText module page; http://search.cpan.org/~erngui/Win32-GuiTest-1.3/GuiTest.pm And Examples; http://search.cpan.org/dist/Win32-GuiTest/lib/Win32/GuiTest/Examples.pm Just use GetListText and GetListContents Win32 Api functions. Win32::GuiTest Module supports this function. (sorry my bad eng.) -- View this message in context: http://old.nabble.com/how-to-retrieve-the-ListBox-items-from-the-GUI-tp30708989p31001287.html Sent from the perl-win32-gui-users mailing list archive at Nabble.com. |