You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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']