esmadmin has asked for the wisdom of the Perl Monks concerning the following question:
Currently using Win32::IEAutomation for preparing fetching data from webpage and creates a CSV file. The issue is I am not able to get the selected value of list using $tmp=$ie->getSelectList('name:', "selectList.index")->SelectIndex();
$tmp prints as Win32::IEAutomation::Elements=HASH(0x1..). Can someone please help in getting the actual value of the selected item in list?
The list has "Data", "Internet", "Perl", "Communication", "Broadband". In my case it is "Perl", and need to print "Perl" in my CSV instead of the HASH reference.
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: printing value of HASH reference
by almut (Canon) on May 13, 2010 at 07:30 UTC | |
|
Re: printing valur of HASH reference
by Anonymous Monk on May 13, 2010 at 19:28 UTC |