2010-08-08から1日間の記事一覧

mechanize:Mechanize::Page#forms

以下のような HTML で <html> <head> <title>form test</title> </head> <body> <form method="post" action="cgi/foo00.cgi" name="form1"> </form> <form method="post" action="cgi/foo01.cgi" name="form2"> </form> </body> </html>>> require 'mechanize' => true >> agent = Mechanize.new => #<Mechanize:0xb748f2e4 ... >…</mechanize:0xb748f2e4>