Skip to content

assertNotHeight (UI Automation - Interrogation)

  • Purpose
  • Generated from getHeight(locator).
  • Retrieves the CSS height attribute value applied to that element
  • It returns true if the height of element at the locator in target is not the same in the value.
  • Syntax
  • assertNotHeight(locator, pattern)
  • Target
  • locator- an element locator pointing to an element
  • Value
  • Height to be verified. EX:32px
  • Return Value
  • Returns the height in pixels.
 
 
 
 
 

Feedback and Knowledge Base