Skip to content

storeXpathCount (UI Automation - Manipulation)

Compatible with:
  • Purpose
  • This command returns the number of nodes that match the specified xpath, eg. "//table" would give the number of tables.
  • Syntax
  • storeXpathCount(xpath, variableName)
  • Target
  • xpath - the xpath expression to evaluate. do NOT wrap this expression in a 'count()' function; we will do that for you.
  • Value
  • variableName
  • Return Value
  • the number of nodes that match the specified xpath
 

Feedback and Knowledge Base