MachinePublishers / jBrowserDriver

A programmable, embeddable web browser driver compatible with the Selenium WebDriver spec -- headless, WebKit-based, pure Java
Other
809 stars 143 forks source link

SendKeys into a multiple input[File] is not working. #368

Open rgdoms opened 4 years ago

rgdoms commented 4 years ago

When I use sendKeys to upload one file, it works, however, when I try to upload multiple files, it doesn't work. It was supposed so?

I've tried with file1.path + "\n "+ file2.path file1.path + " " + file2.path "file1.path" + " " + file2.path

I wondering if JBrowserDriver should support this or not. Thanks