Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin
In directory usw-pr-cvs1:/tmp/cvs-serv16971/lib/HTTP/WebTest/Plugin
Modified Files:
Click.pm
Log Message:
Minor fixes
Index: Click.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin/Click.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Click.pm 12 May 2002 14:02:57 -0000 1.6
--- Click.pm 12 May 2002 14:09:46 -0000 1.7
***************
*** 38,44 ****
=head2 click_button
! Given name of submit button (i.e. C<<input type="submit">> tag inside
! of C<<form>> tag) on previosly requested HTML page builds test request
! to the submitted page.
Note that you still need to pass all form parameters yourself using
--- 38,44 ----
=head2 click_button
! Given name of submit button (i.e. C<<input type="submit"E<gt>> tag
! inside of C<<formE<gt>> tag) on previosly requested HTML page builds
! test request to the submitted page.
Note that you still need to pass all form parameters yourself using
***************
*** 51,56 ****
=head2 click_link
! Given name of link (i.e. C<<a>> tag) on previosly requested HTML page
! builds test request to the linked page.
=head3 Example
--- 51,56 ----
=head2 click_link
! Given name of link (i.e. C<<aE<gt>> tag) on previosly requested HTML
! page builds test request to the linked page.
=head3 Example
|