Example #1
0
 public static void SetWebElementByName(String name, String value)
 {
     SeleniumGetMethods.GetWebElementByName(name).SendKeys(value);
 }
Example #2
0
 public static void SetWebElementById(String id, String value)
 {
     SeleniumGetMethods.GetWebElementById(id).SendKeys(value);
 }