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