in reply to Re: How to fill textarea of a webpage fetched using WWW::Mechanize::Firefox ?
in thread How to fill textarea of a webpage fetched using WWW::Mechanize::Firefox ?

I had no idea how to do that. So I dont have have a code to fill the textarea. I tried your suggestion and I got an error. Is it possible to edit

 <textarea class="placeholder" rows="3"  cols="50" placeholder="Place the comment here" > </textarea>

to

 <textarea class="placeholder" rows="3"  cols="50" placeholder="Place the comment here" > MY COMMENT </textarea>

through WWW::Mechanize::Firefox so that firefox will update the textarea accordingly?

Replies are listed 'Best First'.
Re^3: How to fill textarea of a webpage fetched using WWW::Mechanize::Firefox ?
by Corion (Patriarch) on May 10, 2015 at 07:43 UTC
      This worked. Gracias!

      This worked. Gracias!