Skip to content

verifyVisible (UI Automation - Interrogation)

Compatible with:
  • Purpose
  • Verifies the visibility of a specific element. An element can be rendered invisible by setting the CSS "visibility" property to "hidden", or the "display" property to "none", either for the element itself or one if its ancestors. 
  • Syntax
  • verifyVisible(locator)
  • Target
  • locator - an element locator
  • Value
  • N/A
  • Return Value
  • true or false
 

Feedback and Knowledge Base