Page assertion commands

CommandDescriptionArguments
verify_element_textVerify if given web element contains textlocator: An element locatortext: An exact string match
verify_element_not_has_textVerify if given web element not contain textlocator: An element locatortext: An exact string match
verify_element_valueVerify if given web element contains valuelocator: An element locatortext: An exact string match
verify_element_not_has_valueVerify if given web element not contain valuelocator: An element locatortext: An exact string match
verify_alert_textVerify if alert text match with given valuealert text: An exact string match
verify_titleVerify page title with a given expected titletitle: An exact string match
verify_editableSoft assert whether the specified input element is editablelocator: An element locator.
verify_not_editableSoft assert whether the specified input element is not editablelocator: An element locator.