| Method and Description |
|---|
| Navigator#isDisabled()
Shorthand for
hasAttribute("disabled"). |
| Navigator#isEditable()
Shorthand for
! |
| Navigator#isEnabled()
Shorthand for
! |
| Navigator#isReadOnly()
Shorthand for
hasAttribute("readonly"). |
Groovy API Documentation for Geb 0.11.0 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org