Command | Description | Arguments |
verify_element_text | Verify if given web element contains text | locator: An element locatortext: An exact string match |
verify_element_not_has_text | Verify if given web element not contain text | locator: An element locatortext: An exact string match |
verify_element_value | Verify if given web element contains value | locator: An element locatortext: An exact string match |
verify_element_not_has_value | Verify if given web element not contain value | locator: An element locatortext: An exact string match |
verify_alert_text | Verify if alert text match with given value | alert text: An exact string match |
verify_title | Verify page title with a given expected title | title: An exact string match |
verify_editable | Soft assert whether the specified input element is editable | locator: An element locator. |
verify_not_editable | Soft assert whether the specified input element is not editable | locator: An element locator. |