Skip to content

Verify Element

Gavin Bunney edited this page Mar 3, 2011 · 1 revision

Verify Element

This operation verifies the existence of a particular HTML element (tag) in the result page. It is identified by its HTML element type (e.g. TITLE, HEAD, etc.) and the text value of the NAME attribute.

Usage

verifyElement = [text : 'text value to verify', type : 'html element type' ]

Examples

verifyELement = [text : 'some text', type : 'INPUT']

Clone this wiki locally