I tried to implement a file upload test with nightwatchjs but I couldn't set the path of an invisible 'fileupload' form input. (The file upload is initiated by the user with a visible label, although this is not clicked by the test because we want to avoid platform specific dialogs). This appears to be an issue with the Firefox only, the test works fine in Chrome.
The nightwatch devs claim this is an issue with the Firefox driver.
The original nightwatch bug report was nightwatchjs/nightwatch#505 .
I tried to implement a file upload test with nightwatchjs but I couldn't set the path of an invisible 'fileupload' form input. (The file upload is initiated by the user with a visible label, although this is not clicked by the test because we want to avoid platform specific dialogs). This appears to be an issue with the Firefox only, the test works fine in Chrome.
The nightwatch devs claim this is an issue with the Firefox driver.
The original nightwatch bug report was nightwatchjs/nightwatch#505 .