Skip to content

storeVisible (UI Automation - Manipulation)

Compatible with:
  • Purpose
  • This command determines if the specified element is visible. 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. This method will fail if the element is not present. 
  • Syntax
  • storeVisible(locator, variableName)
  • Target
  • locator - an element locator
  • Value
  • variableName
  • Return Value
  •  True if the specified element is visible, False otherwise  
 

Feedback and Knowledge Base