Skip to content

assertTextNotPresent (UI Automation - Manipulation)

  • Purpose
  • Generated from isTextPresent(pattern).
  • This command verifies that the specified text pattern appears somewhere on the rendered page visible to the user.
  • Syntax
  • assertTextNotPresent(pattern)
  • Target
  • pattern - A pattern to match with the text of the page.
  • Value
  • N/A
  • Return Value
  • True if the pattern does not match the text, false otherwise
 
 
 
 
 

Feedback and Knowledge Base