0

Im trying to submit a file to Valums-File-Uploader but im having trouble getting the file to submit/upload action to start. Im able to send example.txt to the file input but I am unable to make the submit action take place. Does anyone know how I can do this?

Any help would be appreciated.

user1798578
  • 221
  • 3
  • 12

1 Answers1

0

The problem was that i wasnt using an absolute path which Valums-File-Uploader requires.

.sendKeys("C:\workspace\project\src\resources\data\ExampleCV.docx");

use double \

user1798578
  • 221
  • 3
  • 12