Skip to content

assertNotEditable (UI Automation - Interrogation)

Compatible with:
  • Purpose
  • Determines whether the specified input element is editable, i.e., it has been disabled or not.
  • If the element is editable, the execution gets aborted. This method will fail if the specified element isn't an input element.   
  • Syntax
  • assertNotEditable(locator)
  • Target
  • locator
  • Value
  • N/A
  • Return Value
  • Returns true if the input element is not editable, false otherwise
 

Feedback and Knowledge Base