storeEditable (UI Automation - Manipulation)
Compatible with:
- Purpose
- This command determines whether the specified input element is editable, i.e. hasn't been disabled.
- Syntax
- storeEditable(locator, variableName)
- Target
- locator - an element locator.
- Value
- variableName - the name of a variable in which the result is to be stored.
- Return Value
- Genarates true if the input element is editable, false otherwise.
- This method will fail if the specified element isn't an input element.