Selenium Java - Handling Form Elements
You wrote this code to upload a file:
But the file is not uploading. What is the most likely reason?
driver.findElement(By.id("fileInput")).sendKeys("docs/report.pdf");But the file is not uploading. What is the most likely reason?
