Class: isEnabled

hobs.actions.assert. isEnabled

Checks if a DOM element is considered "enabled" by checking existence of "disabled" attribute set to "disabled", every delay, until timeout


new isEnabled(selector [, isEnabled] [, options])

Parameters:
Name Type Argument Default Description
selector String

jQuery selector for the DOM Element to check

isEnabled boolean <optional>
true

Check enable or disable status of the element

options TestActionOptions <optional>

Test method options