| HTTP-WebTest documentation | view source | Contained in the HTTP-WebTest distribution. |
HTTP::WebTest::Plugin::Click - Click buttons and links on web page
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
This plugin lets you use the names of links and buttons on HTML pages to build test requests.
See example in HTTP::WebTest::Cookbook (HTTP::WebTest::Cookbook).
Given name of link (i.e. <a> tag) on previosly requested HTML
page, builds test request to the linked page.
See example in HTTP::WebTest::Cookbook (HTTP::WebTest::Cookbook).
Give form name attribute (i.e. <form name="foo">) on previously
requested HTML page, builds test request to the submitted page.
Note that you still need to pass all form parameters yourself using
params test parameter.
Copyright (c) 2001-2003 Ilya Martynov. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
HTTP::WebTest::API (HTTP::WebTest::API)
HTTP::WebTest::Plugins (HTTP::WebTest::Plugins)
| HTTP-WebTest documentation | view source | Contained in the HTTP-WebTest distribution. |