Exemplo n.º 1
0
 /// <summary>
 /// Function to enter product height.
 /// </summary>
 /// <param name="HeightEntered"></param>
 /// <returns></returns>
 public QuotePage EnterHeight(string HeightEntered)
 {
     driver.WaitForElementToBecomeVisibleWithinTimeout(Height, 10000);
     Height.EnterText(HeightEntered);
     _logger.Info($": Successfully entered height {HeightEntered}");
     return(this);
 }