Type | Name and description |
---|---|
boolean |
cache The value of the 'cache' option, as a boolean according to the Groovy Truth. |
Class<? extends Page> |
page The value of the 'page' option. |
boolean |
required The value of the 'required' option, as a boolean according to the Groovy Truth. |
List |
toList If the to option was a list, this will be the specified list. |
def |
toSingle If the to option was a single page class or instance, this will be the value used. |
def |
toWait The value of the 'toWait' options. |
def |
wait The value of the 'wait' option. |
Constructor and description |
---|
PageContentTemplateParams
(PageContentTemplate owner, Map<String, ?> params) |
The value of the 'cache' option, as a boolean according to the Groovy Truth. Defaults to false.
The value of the 'required' option, as a boolean according to the Groovy Truth. Defaults to true.
If the to option was a list, this will be the specified list. Defaults to null.
If the to option was a single page class or instance, this will be the value used. Defaults to null.
The value of the 'toWait' options. Defaults to null (no waiting when switching pages).
The value of the 'wait' option. Defaults to null (no wait).
Groovy API Documentation for Geb 0.13.0 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org