Skip to content

assertNotTextDecoration (UI Automation - Interrogation)

Compatible with:
  • Purpose
  • Generated from getTextDecoration(locator)
  • This command retrieves the CSS text-decoration attribute value applied to that element, the command passes when the pattern and actual value do not match.
  • Syntax
  • assertNotTextDecoration(locator, pattern)
  • Target
  • locator- An element locator pointing to an element OR an element itself
  • Value
  • Pattern - The text-decoration to be verified.
  • Return Value
  • The text-decoration.
 
 
 
 

Feedback and Knowledge Base