Type | Name and description |
---|---|
static def |
DISALLOWED_MODULE_PARAMS |
Constructor and description |
---|
PageContentTemplateFactoryDelegate
(PageContentTemplate template, Object[] args) |
Type | Name and description |
---|---|
Navigator |
$() |
Navigator |
$(int index) |
Navigator |
$(Range<Integer> range) |
Navigator |
$(String selector) |
Navigator |
$(String selector, int index) |
Navigator |
$(String selector, Range<Integer> range) |
Navigator |
$(Map<String, Object> attributes) |
Navigator |
$(Map<String, Object> attributes, int index) |
Navigator |
$(Map<String, Object> attributes, Range<Integer> range) |
Navigator |
$(Map<String, Object> attributes, String selector) |
Navigator |
$(Map<String, Object> attributes, String selector, int index) |
Navigator |
$(Map<String, Object> attributes, String selector, Range<Integer> range) |
Navigator |
$(Map<String, Object> attributes, By bySelector) |
Navigator |
$(Map<String, Object> attributes, By bySelector, int index) |
Navigator |
$(Map<String, Object> attributes, By bySelector, Range<Integer> range) |
Navigator |
$(By bySelector) |
Navigator |
$(By bySelector, int index) |
Navigator |
$(By bySelector, Range<Integer> range) |
Navigator |
$(Navigator[] navigators) |
Navigator |
$(WebElement[] elements) |
def |
methodMissing(String name, def args) |
T |
module(Class<T> moduleClass) |
T |
module(T module) |
def |
module(Map params, Class<? extends Module> moduleClass) |
def |
module(Class<? extends Module> moduleClass, def container) |
def |
module(Map params, Class<? extends Module> moduleClass, Navigator base) |
def |
moduleList(Map params, Class moduleClass, Navigator navigator, def index = null) Returns a list of module instances, where the nth instance will use the nth navigator as its base. |
def |
moduleList(Class moduleClass, Navigator navigator, def index = null) |
def |
propertyMissing(String name) |
Returns a list of module instances, where the nth instance will use the nth navigator as its base.
Groovy API Documentation for Geb 0.13.0 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org