Function Do-Is-Editable

Part of:

package selenium
( do-is-editable < locator > &optional (session *selenium-session*) )
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.