Advertisement
Guest User

Untitled

a guest
Dec 7th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.34 KB | None | 0 0
  1.     public void InputProof(String fileName, String dir1Name ) {
  2.         String path = System.getProperty("user.dir");
  3.         String dataLocation =  "\\src\\test\\resources\\Data\\";
  4.         String absolutePath = path + dataLocation +dir1Name + "\\" + fileName;
  5.         keyboard.typeText(absolutePath);
  6.         keyboard.typeText("\n");
  7.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement