assertEditable (UI Automation - Interrogation)
Compatible with:
- Purpose
- Determines whether the specified input element is editable, i.e., it hasn't been disabled.
- Syntax
- assertEditable(locator)
- Target
- locator - an element locator
- Value
- N/A
- Return Value
- Returns true if the input element is editable, false otherwise
- This method will fail if the specified element isn't an input element.