class UninitializedFrameSupport extends Object implements FrameSupport
| Constructor and description |
|---|
UninitializedFrameSupport(Initializable initializable) |
| Type Params | Return Type | Name and description |
|---|---|---|
<P extends Page, T> |
T |
withFrame(Object frame, Class<P> page, Closure<T> block) |
<P extends Page, T> |
T |
withFrame(Object frame, P page, Closure<T> block) |
<P extends Page, T> |
T |
withFrame(Navigator frame, Class<P> page, Closure<T> block) |
<P extends Page, T> |
T |
withFrame(Navigator frame, P page, Closure<T> block) |
<T> |
T |
withFrame(Object frame, Closure<T> block) |
<T> |
T |
withFrame(Navigator frame, Closure<T> block) |
<T> |
T |
withFrame(TemplateDerivedPageContent frame, Closure<T> block) |
Groovy API Documentation for Geb 8.0.0 - Licensed under the Apache License, Version 2.0 - http://groovy.apache.org/geb/