コード例 #1
0
 /// <summary>
 /// Method overloading. This function is for regression test only
 /// </summary>
 /// <param name="sharingRightName"></param>
 /// <param name="relation"></param>
 /// <param name="time"></param>
 public void CustomerNormineeName(string sharingRightName, string relationship, string time)
 {
     NormineeNameElement.SendKeys(sharingRightName);
     RelationshipNameElement.SendKeys(relationship);
     LiveThereElement.SendKeys(time);
     GenericObjects.GoToNextPage();
 }
コード例 #2
0
 public void CustomerNormineeName()
 {
     NormineeNameElement.SendKeys(_name);
     RelationshipNameElement.SendKeys(_relationship);
     LiveThereElement.SendKeys(_timeAtAddress);
     GenericObjects.GoToNextPage();
 }