Re: [tclwebtest] FW: link not found in ad_proc "find_in_array_list"
Status: Abandoned
Brought to you by:
tils
From: Grzegorz A. H. <gr...@ef...> - 2003-02-26 14:43:48
|
On Wed, Feb 26, 2003 at 01:50:24PM +0000, Tilmann Singer wrote: > [link all] returns a list of links of the current page. [link > follow] tries to emulate clicking on a link on the current page, > and changes the current page, as you can see by the "--- do_request > for" output in your log. Thus the subsequent [link follow] calls > fail because you are trying to follow a link that is not present > on the resulting current page. > > To go through a list of links, use [do_request] instead of > [link follow]. Another solution I used in a similar script was to cache the result of [link all] in a variable and read instead in subsequent do_request calls. -- Grzegorz Adam Hankiewicz, gr...@ef.... Tel: +34-94-472 35 89. eFaber SL, Maria Diaz de Haro, 68, 2 http://www.efaber.net/ 48920 Portugalete, Bizkaia (SPAIN) |