class UninitializedFrameSupport extends Object
Constructor and description |
---|
UninitializedFrameSupport
(Initializable initializable) |
Type Params | Return Type | Name and description |
---|---|---|
<T> |
T |
withFrame(Object frame, Class<? extends Page> pageClass = null, Closure<T> block) |
<T> |
T |
withFrame(Object frame, Page page, Closure<T> block) |
<T> |
T |
withFrame(Navigator frame, Class<? extends Page> pageClass = null, Closure<T> block) |
<T> |
T |
withFrame(Navigator frame, Page pageClass, Closure<T> block) |
<T> |
T |
withFrame(TemplateDerivedPageContent frame, Closure<T> block) |
Groovy API Documentation for Geb 2.2 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org