/// <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()); }
public void SetAppliesTo(AppliesTo appliesTo) { form.Element.Choose(appliesTo.ToString()); }