示例#1
0
 /// <summary>
 /// Sets the New Result Type AppliesTo field to the specified value
 /// </summary>
 /// <param name="appliesTo"></param>
 public void SetNewAppliesTo(AppliesTo appliesTo)
 {
     browser.Choose(appliesTo.ToString());
 }
示例#2
0
 public void SetAppliesTo(AppliesTo appliesTo)
 {
     form.Element.Choose(appliesTo.ToString());
 }