Exemplo n.º 1
0
 public void CheckProductTitle()
 {
     Assert.IsTrue(commonActions.IsElementVisible(driver.FindElement(productTitle)));
 }
Exemplo n.º 2
0
 public void CheckAndSwitchToSearchFrame()
 {
     commonActions.SwitchToFrame(driver.FindElement(searchFrame));
     commonActions.IsElementVisible(driver.FindElement(searchResultSection));
 }