Ejemplo n.º 1
0
 public void ClickOnAddReviewButton()
 {
     AddReviewButton.Click();
 }
Ejemplo n.º 2
0
 public ProductPage ClickAddReviewButton()
 {
     AddReviewButton.Click();
     return(new ProductPage(driver));
 }