Can anyone let me know how to upload a file using Selenium by Java code?
When I click on button in the application it gets open in the new window what I can use to s
driver.findElement(By.id("urid")).sendKeys("drive:\\path\\filename.extension");