I'm working for a company and their site has to ability to upload a CV on their careers site.
The problem I'm having is that they haven't used the standard HTML5 file uploading system. They are using a JavaScript plugin called PLUpload. At the moment, you click on the Upload File anchor element and the OS dialog box appears for you to select a file. There is no Input element with the type of file on the page for me to use sendKeys()
.
I need to be able to upload a file to the form through Selenium to automate a test that applies for each job one after the other.
If anyone has any suggestions, they'd be greatly appreciated! Cheers