storeExpression (UI Automation - Manipulation)
Compatible with:
- Purpose
- Generated from getExpression(expression)
- This is useful because of JavaScript preprocessing. It is used to generate commands like assertExpression and waitForExpression.
- Syntax
- storeExpression(expression, variableName)
- Target
- expression- The value to be stored.
- Value
- variableName - An identifier used to store the aforementioned property.
- Return Value
- Returns the specified expression.