I think you have perhaps missed the point I tried to make, where in the documentation does it say you can use getTextBox in conjunction with getTable? Why didn't you simply modify my example to match your needs?:

$ie->getTextBox('name:', "txtUserName")->SetValue("user1");

Is there only one text box named txtUserName on the page? The documentation states "If there are more than one object having same value for the option you are quering, then it returns first object of the collection.".

As I mentioned previously, I have never used Win32::IEAutomation, I tend to use WWW::Mechanize (Win32::IE::Mechanize at a push) which has (IMHO) better methods for filling in forms.

Cheers,

Martin


In reply to Re^3: To set values for a textbox in a Web application by marto
in thread To set values for a textbox in a Web application by saran_techie

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.