|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgeb.js.AlertAndConfirmSupport
class AlertAndConfirmSupport extends Object
Constructor Summary | |
AlertAndConfirmSupport(Closure javascriptInterfaceFactory)
|
Method Summary | |
---|---|
def
|
withAlert(Closure actions)
|
def
|
withConfirm(Closure actions)
|
def
|
withConfirm(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)
Method Detail |
---|
def withAlert(Closure actions)
def withConfirm(Closure actions)
def withConfirm(boolean ok, Closure actions)
void withNoAlert(Closure actions)
void withNoConfirm(Closure actions)
Groovy API Documentation for geb-core 0.6.3 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org