storeAllFields (UI Automation - Manipulation)
Compatible with:
- Purpose
- This Command will store ids of all input fields of page in variable.
- Syntax
- storeAllFields(variableName)
- Target
- variableName - where the IDs of all the input fields will be stored.
- Value
- N/A
- Return Value
- Returns the IDs of all input fields on the page. If a given field has no ID, it will appear as "" or null in this array.