Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP
In directory usw-pr-cvs1:/tmp/cvs-serv28241/lib/HTTP
Modified Files:
WebTest.pm
Log Message:
Regenerated
Index: WebTest.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** WebTest.pm 12 May 2002 14:44:05 -0000 1.14
--- WebTest.pm 12 May 2002 14:55:36 -0000 1.15
***************
*** 611,637 ****
for web page access authorization.
- =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
- C<params> test parameter.
-
- =head3 Example
-
- See example in L<HTTP::WebTest::Cookbook|HTTP::WebTest::Cookbook>.
-
- =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
-
- See example in L<HTTP::WebTest::Cookbook|HTTP::WebTest::Cookbook>.
-
-
=head2 cookie
--- 611,614 ----
|