|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgeb.js.AlertAndConfirmSupport
class AlertAndConfirmSupport
| Constructor Summary | |
AlertAndConfirmSupport(Closure javascriptInterfaceFactory, Configuration config)
|
|
| Method Summary | |
|---|---|
def
|
withAlert(Closure actions)
|
def
|
withAlert(Map params, Closure actions)
|
def
|
withConfirm(Map params, Closure actions)
|
def
|
withConfirm(Closure actions)
|
def
|
withConfirm(boolean ok, Closure actions)
|
def
|
withConfirm(Map params, boolean ok, Closure actions)
|
void
|
withNoAlert(Closure actions)
|
void
|
withNoConfirm(Closure actions)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
AlertAndConfirmSupport(Closure javascriptInterfaceFactory, Configuration config)
| Method Detail |
|---|
def withAlert(Closure actions)
def withAlert(Map params, Closure actions)
def withConfirm(Map params, Closure actions)
def withConfirm(Closure actions)
def withConfirm(boolean ok, Closure actions)
def withConfirm(Map params, boolean ok, Closure actions)
void withNoAlert(Closure actions)
void withNoConfirm(Closure actions)
Groovy API Documentation for Geb 0.9.0-RC-3 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org