Exemplo n.º 1
0
 public void VerifySelectedDateSelection(int day)
 {
     if (RepaymentDaySelection.GetAttribute("disabled").Contains(""))
     {
         Assert.True(RepaymentDaySelection.WaitUntilDisplayed(2), $"Selected Repaymnet day as {day}");
     }
 }
Exemplo n.º 2
0
 public void SelectRepaymentDay(int day)
 {
     RepaymentDaySelection.ClickElement();
 }