Skip to content

assertNotElementWidth (UI Automation - Interrogation)

Compatible with:
  • Purpose
  • Retrieves the width of an element, passes if the width to be verified does not match the actual width.
  • Syntax
  • assertNotElementWidth(locator,pattern)
  • Target
  • locator - An element locator pointing to an element OR an element itself
  • Value
  • Pattern - Width of an element to be verified
  • Return Value
  • Width of an element in pixels.
 
 
 
 

Feedback and Knowledge Base