com.acquitygroup.demandware:demandware-testing-framework:0.09

com.acquitygroup.webtest.module.cart
[Java] Class OrderConfirmationPage

java.lang.Object
  com.acquitygroup.webtest.module.cart.OrderConfirmationPage
All Implemented Interfaces:
GroovyObject

public class OrderConfirmationPage
extends Object

Method Summary
static Object getAt()

static Object getContent()

MetaClass getMetaClass()

Object getProperty(String property)

static Object getUrl()

Object invokeMethod(String method, Object arguments)

static void setAt(Object value)

static void setContent(Object value)

void setMetaClass(MetaClass mc)

void setProperty(String property, Object value)

static void setUrl(Object value)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

getAt

public static Object getAt()


getContent

public static Object getContent()


getMetaClass

public MetaClass getMetaClass()


getProperty

public Object getProperty(String property)


getUrl

public static Object getUrl()


invokeMethod

public Object invokeMethod(String method, Object arguments)


setAt

public static void setAt(Object value)


setContent

public static void setContent(Object value)


setMetaClass

public void setMetaClass(MetaClass mc)


setProperty

public void setProperty(String property, Object value)


setUrl

public static void setUrl(Object value)


 

com.acquitygroup.demandware:demandware-testing-framework:0.09