acs::test::follow_link (public)

 acs::test::follow_link -last_request last_request [ -user_id user_id ] \
    [ -base base ] [ -label label ]

Defined in packages/acs-automated-testing/tcl/aa-test-procs.tcl

Follow the first provided label and return the page info. Probably, we want as well other mechanisms to locate the anchor element later.

Switches:
-last_request (required)
-user_id (optional, defaults to "0")
-base (optional, defaults to "/")
-label (optional)
Author:
Gustaf Neumann

Testcases:
fs_create_folder, fs_edit_folder, fs_add_file_to_folder
Source code:
        set href [find_link  -last_request $last_request  -user_id $user_id  -base $base  -label $label]
        return [http -last_request $last_request -user_id $user_id $href]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: