I want to upload 5 files,but my \'file input\' is same name/id,how can i possible to upload five files.
My HTML code is:
-
2021-01-16 00:20
This works on Chrome:
driver.findElement(By.id("input1")).sendKeys("path/to/first/file-001 \n path/to/first/file-002 \n path/to/first/file-003");