Exemplo n.º 1
0
 public ProductDetailsPage OpenRandomProduct()
 {
     AllProducts.Random().Open();
     return(new ProductDetailsPage(Driver));
 }