assertNotTitle (UI Automation - Interrogation)
Compatible with:
- Purpose
- Generated from getTitle()
-
Gets the title of the current page.
- This command is used to verify the title of the page doesn't match with the given title.
- If the title matches, the execution gets aborted.
- Syntax
- assertNotTitle(pattern)
- Target
- N/A
- Value
- pattern
- Return Value
- Returns true if the pattern doesn't match the title of the page.