[Http-webtest-commits] CVS: HTTP-WebTest/lib/HTTP WebTest.pm,1.13,1.14
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-05-12 14:44:08
|
Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP In directory usw-pr-cvs1:/tmp/cvs-serv25394/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.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** WebTest.pm 12 May 2002 14:13:31 -0000 1.13 --- WebTest.pm 12 May 2002 14:44:05 -0000 1.14 *************** *** 613,619 **** =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 --- 613,619 ---- =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 *************** *** 626,631 **** =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 --- 626,631 ---- =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 |