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)

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
[ hide source ] | [ make this the default ]
Show another procedure: