interface FrameSupport
Type Params | Return Type | Name and description |
---|---|---|
<T> |
abstract T |
withFrame(Object frame, Closure<T> block) |
<P extends Page, T> |
abstract T |
withFrame(Object frame, Class<P> page, Closure<T> block) |
<P extends Page, T> |
abstract T |
withFrame(Object frame, P page, Closure<T> block) |
<P extends Page, T> |
abstract T |
withFrame(Navigator frame, Class<P> page, Closure<T> block) |
<P extends Page, T> |
abstract T |
withFrame(Navigator frame, P page, Closure<T> block) |
<T> |
abstract T |
withFrame(Navigator frame, Closure<T> block) |
<T> |
abstract T |
withFrame(TemplateDerivedPageContent frame, Closure<T> block) |
Groovy API Documentation for Geb 7.0 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org