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

com.acquitygroup.webtest.module.myaccount
[Java] Class AddressModule

java.lang.Object
  geb.Module
      com.acquitygroup.webtest.module.myaccount.AddressModule

public class AddressModule
extends Module

Method Summary
Object emptyAddressForm()

Object fillAddressForm(Address address)

Object fillAddressFormAndSubmit(String addressIDIn, String firstNameIn, String lastNameIn, String address1In, String address2In, String countryIn, String stateIn, String cityIn, String zipIn, String phoneIn)

static Object getContent()

Object refreshElements()

static void setContent(Object value)

 

Method Detail

emptyAddressForm

public Object emptyAddressForm()


fillAddressForm

public Object fillAddressForm(Address address)


fillAddressFormAndSubmit

public Object fillAddressFormAndSubmit(String addressIDIn, String firstNameIn, String lastNameIn, String address1In, String address2In, String countryIn, String stateIn, String cityIn, String zipIn, String phoneIn)


getContent

public static Object getContent()


refreshElements

public Object refreshElements()


setContent

public static void setContent(Object value)


 

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