class Module extends Object implements Initializable, Navigator, PageContentContainer, WaitingSupport
Constructor and description |
---|
Module() |
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
asBoolean() |
|
boolean |
equals(Object obj) |
|
List<String> |
getContentPath() |
|
protected boolean |
getHasOwner() |
|
protected Navigator |
getInitializedNavigator() |
|
JavascriptInterface |
getJs() |
|
PageContentContainer |
getRootContainer() |
|
String |
getStringRepresentation() |
|
int |
hashCode() |
|
void |
init(Browser browser, NavigatorFactory navigatorFactory) |
|
void |
init(PageContentTemplate template, Object[] args) |
|
protected void |
initialized() |
|
Object |
methodMissing(String name, Object args) |
|
Object |
propertyMissing(String name) |
|
Object |
propertyMissing(String name, Object val) |
|
void |
setEventListener(NavigatorEventListener listener) |
|
String |
toString() |
|
GebException |
uninitializedException() |
<T> |
T |
waitFor(Map params, String waitPreset, Closure<T> block) |
<T> |
T |
waitFor(Map params, Closure<T> block) |
<T> |
T |
waitFor(Map params, Number timeout, Closure<T> block) |
<T> |
T |
waitFor(Map params, Number timeout, Number interval, Closure<T> block) |
Groovy API Documentation for Geb 7.0 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org