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.
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 \