acs::test::xpath::get_name_attribute (private)
acs::test::xpath::get_name_attribute node xpath
Defined in packages/acs-automated-testing/tcl/aa-test-procs.tcl
- Parameters:
- node (required)
- xpath (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: if {![$node hasAttribute name]} { aa_log_result warning "input field $xpath has no 'name' attribute (ignored): " "<pre>[ns_quotehtml [$node asHTML]]</pre>" return "" } return [$node getAttribute name]XQL Not present: Generic, PostgreSQL, Oracle