Skip to content

storeEval (UI Automation - Manipulation)

Compatible with:
  • Purpose
  • This command is used to get the result of evaluating the specified JavaScript snippet. The snippet may have multiple lines, but only the result of the last line will be returned.
  • Syntax
  • storeEval(script, variableName)
  • Target
  • script - the JavaScript snippet to run
  • Value
  • variableName
  • Return Value
  • The results of evaluating the snippet
 

Feedback and Knowledge Base