An NDoc Documented Class Library

DefaultSelenium.IsEditable Method 

Determines whether the specified input element is editable, ie hasn't been disabled. This method will fail if the specified element isn't an input element.

public bool IsEditable(
   string locator
);

Parameters

locator
an element locator

Return Value

true if the input element is editable, false otherwise

Implements

ISelenium.IsEditable

See Also

DefaultSelenium Class | Selenium Namespace