Example #1
0
 public void SetPath(string path)
 {
     FileElement.Find().SendKeys(path);
     FileElement.WaitNoPresent();
 }