Skip to content

verifyText (UI Automation - Interrogation)

Compatible with:
  • Purpose
  • Generated from getText(locator)
  • This command is used to verify if the text of an element matches the pattern given in the Value. This works for any element that contains text.
  • This command uses either the textContent (Mozilla-like browsers) or the innerText (IE-like browsers) of the element, which is the rendered text shown to the user.
  • Syntax
  • verifyText(locator, pattern)
  • Target
  • locator - an element locator
  • Value
  • pattern
  • Return Value
  • The text of the element
 
 

Feedback and Knowledge Base