anbutechie has asked for the wisdom of the Perl Monks concerning the following question:

Hi,
I m using IEAutomation module and I'm able to setvalue to the perticular control by providing control id or name.
$IE->getTextBox('id:','txtpassword')->SetValue('test');
But the focus is still on the default field. How to set the focus to the field (txtpassword).

Regards,
Anbarasu

Replies are listed 'Best First'.
Re: How to Set Focus on specific control in a form
by Anonymous Monk on Apr 21, 2009 at 05:29 UTC