Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <input id="dropInput" type="file" multiple>
  2.  
  3. driver.FindElement(By.Id("dropInput")).SendKeys(@"path-to-file");
  4.  
  5. unknown error: path is not absolute: "file-1" "file-2"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement