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

com.acquitygroup.webtest.module.product
[Java] Class ProductDetailsModule

java.lang.Object
  geb.Module
      com.acquitygroup.webtest.module.product.ProductDetailsModule

public class ProductDetailsModule
extends Module

Nested Class Summary
enum ProductDetailsModule.SwatchState

 
Method Summary
void addProductToCart()

void addProductToCart(Integer count)

static Object getContent()

String getRatingCount()

static void setContent(Object value)

void setSelectableAttribute(String label, String value)

void setSwatch(String label, String value, SwatchState state)

 

Method Detail

addProductToCart

public void addProductToCart()


addProductToCart

public void addProductToCart(Integer count)


getContent

public static Object getContent()


getRatingCount

public String getRatingCount()


setContent

public static void setContent(Object value)


setSelectableAttribute

public void setSelectableAttribute(String label, String value)


setSwatch

public void setSwatch(String label, String value, SwatchState state)


 

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