storeValue (UI Automation - Manipulation)
Compatible with:
- Purpose
- Gets the (whitespace-trimmed) value of an input field (or anything else with a value parameter). For checkbox/radio elements, the value will be "on" or "off" depending on whether the element is checked or not.. 'ON' means selected and 'OFF' means not selected.
- Syntax
- storeValue(locator, variableName)
- Target
- locator - an element locator
- Value
- variableName
- Return Value
- The element value, or "on/off" for checkbox/radio elements