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