isVisible
Check if the element is visible.Returns true if element is visible. Non-attached elements return false. Discouraged in favor of locator.isVisible().
Return value
isHidden
Check if the element is hidden.Returns true if element is hidden. Non-attached elements return true. Discouraged in favor of locator.isHidden().
Return value
isEnabled
Check if the element is enabled.Discouraged in favor of locator.isEnabled().
Return value
isDisabled
Check if the element is disabled.Discouraged in favor of locator.isDisabled().
Return value
isChecked
Check if a checkbox or radio is checked.Throws if element is not a checkbox or radio. Discouraged in favor of locator.isChecked().
Return value
isEditable
Check if the element is editable.Discouraged in favor of locator.isEditable().
Return value

