=encoding utf8 =head1 NAME =begin original HTTP::WebTest::Plugin::Click - Click buttons and links on web page =end original HTTP::WebTest::Plugin::Click - ウェブページのボタンやリンクをクリック =head1 SYNOPSIS plugins = ( ::Click ) test_name = Some test click_link = Name of the link end_test test_name = Another test click_button = Name of the button end_test =head1 DESCRIPTION =begin original This plugin lets you use the names of links and buttons on HTML pages to build test requests. =end original このプラグインではテストリクエストの構築時に HTML ページのリンクやボタンの 名前を使えるようにします. =head1 TEST PARAMETERS (テストパラメータ) =head2 click_button =begin original Given name of submit button (i.e. C<> tag or C<> inside of C<> tag) on previously requested HTML page, builds test request to the submitted page. =end original 前に要求した HTML ページのサブミットボタンの名前(つまり C<> 内の C<> タグや C<>)を 与えることで, サブミット先のページへのテストリクエストを作ります. =begin original Note that you still need to pass all form parameters yourself using C test parameter. =end original このパラメータを使っても, C テストパラメータで全ての パラメータを指定しなければならないことに注意してください. =head3 Example =begin original See example in L. =end original L にある例を 参照してください. =head2 click_link =begin original Given name of link (i.e. C<> tag) on previosly requested HTML page, builds test request to the linked page. =end original 前に要求した HTML ページのリンクの名前(つまり C<> タグ)を 与えることで, サブミット先のページへのテストリクエストを作ります. =head3 Example =begin original See example in L. =end original L にある例を 参照してください. =head2 form_name =begin original Give form name attribute (i.e. C<
>) on previously requested HTML page, builds test request to the submitted page. =end original 前に要求した HTML ページのフォームの名前(つまり C<> )を 与えることで, サブミット先のページへのテストリクエストを作ります. =begin original Note that you still need to pass all form parameters yourself using C test parameter. =end original このパラメータを使っても, C テストパラメータで全ての パラメータを指定しなければならないことに注意してください. =head1 COPYRIGHT Copyright (c) 2001-2003 Ilya Martynov. All rights reserved. =begin original This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =end original このプログラムはフリーソフトです. このプログラムは Perl 自身と同じ条件下で 再配布・改変可能です. =head1 SEE ALSO L L L L