interface AlertAndConfirmSupport
Type Params | Return Type | Name and description |
---|---|---|
|
abstract Object |
withAlert(Closure actions) |
|
abstract Object |
withAlert(Map params, Closure actions) |
|
abstract Object |
withConfirm(boolean ok, Closure actions) |
|
abstract Object |
withConfirm(Closure actions) |
|
abstract Object |
withConfirm(Map params, Closure actions) |
|
abstract Object |
withConfirm(Map params, boolean ok, Closure actions) |
|
abstract void |
withNoAlert(Closure actions) |
|
abstract void |
withNoConfirm(Closure actions) |
Groovy API Documentation for Geb 7.0 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org