class DefaultAlertAndConfirmSupport extends Object
Constructor and description |
---|
DefaultAlertAndConfirmSupport
(Closure javascriptInterfaceFactory, Configuration config) |
Type | Name and description |
---|---|
def |
withAlert(Map params = [:], Closure actions) |
def |
withConfirm(boolean ok, Closure actions) |
def |
withConfirm(Map params = [:], boolean ok = true, Closure actions) |
void |
withNoAlert(Closure actions) |
void |
withNoConfirm(Closure actions) |
Groovy API Documentation for Geb 2.1 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org