コード例 #1
0
 public ProductDetailsPage OpenRandomProduct()
 {
     AllProducts.Random().Open();
     return(new ProductDetailsPage(Driver));
 }