How to handle file window popup using selenium webdriver.
I have clicked on file browse button , new pop up window has been opened and i am unabled to handle this wi
This code worked for me
WebElement filepath=driver.findElement(By.id("fileUploadId")); filepath.sendKeys("C:\\TextFile.txt");