//set PaymentStartDate
 void PaymentStartDate()
 {
     InputPaymentStartDate.Clear();
     InputPaymentStartDate.SendKeys(DateTime.Now.ToString("dd/MM/yyyy"));
 }
Beispiel #2
0
 //set PaymentStartDate
 void PaymentStartDate()
 {
     InputPaymentStartDate.Click();
     InputPaymentStartDate.SendKeys(Keys.Control + 'a');
     InputPaymentStartDate.SendKeys(DateTime.Now.ToString("dd/MM/yyyy"));
 }