[Http-webtest-general] frames - howto fetch
Brought to you by:
m_ilya,
richardanderson
From: Terry <td...@ya...> - 2003-10-27 16:24:51
|
Hello, I want to get the output of a full page including frames. Here is a test that I have: show_html = yes plugins = ( ::Click ) test_name = foobar-login url = https://logon.foobar.com/ssl/Logon_1.asp?NEXTPAGE=LOGIN method = post click_button = cmdSubmit params = ( txtUserName => 'foobar' txtPassword => 'foobar' ) text_require = ( foobar.asp ) end_test The first test, if fails, will return a non-framed page which I can grab the output of fine (show_html). If it passes and the 2nd test fails, I get a framed page output and only get the index page. How can have wt grab all associated frames and build them appropriately for a full page output? Thanks! ===== Terry __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |