Skip to content

storeElementPresent (UI Automation - Manipulation)

Compatible with:
  • Purpose
  • This command is used to verify that the specified element is present in the DOM. Based on the availability of the element in the DOM, the corresponding boolean value will be stored and returned. If the element is present in the DOM stores true else false. By default, when the element is not present at the DOM level, the execution of the instruction would wait for 120 seconds to move the execution to the next instruction.
  • Syntax
  • storeElementPresent(locator, VariableName)
  • Target
  • locator - an element locator
  • Value
  • VariableName
  • Return Value
  • It returns True if the element is present, False otherwise

Feedback and Knowledge Base