class DefaultWaitingSupport extends Object
A mixin style class that adds support for waiting for different things. This is mixed into Page and Module.
Constructor and description |
---|
DefaultWaitingSupport
(Configuration config) |
Type Params | Return Type | Name and description |
---|---|---|
<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 3.0 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org