Exemple #1
0
 public void CheckProductTitle()
 {
     Assert.IsTrue(commonActions.IsElementVisible(driver.FindElement(productTitle)));
 }
 public void CheckAndSwitchToSearchFrame()
 {
     commonActions.SwitchToFrame(driver.FindElement(searchFrame));
     commonActions.IsElementVisible(driver.FindElement(searchResultSection));
 }