Ejemplo n.º 1
0
 public CartPage GoToCartPage()
 {
     ClickElement(cart, nameof(cart));
     return(PageObjectFactory.CreateCartPage(driver));
 }