Testing_Selenium::isEditable
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.
Signature
public function isEditable(string
$locatorĀ )
Parameters
-
$locator
- an element locator
Returns
- boolean
- true if the input element is editable, false otherwise