An NDoc Documented Class Library

ISelenium.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.

bool IsEditable(
   string locator
);

Parameters

locator
an element locator

Return Value

true if the input element is editable, false otherwise

See Also

ISelenium Interface | Selenium Namespace