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
- Partial Call Graph (max 5 caller/called nodes):
- 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