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
I have a sample code for this:
driver.get("http://www.2shared.com/"); driver.findElement(By.id("upField")).sendKeys("D:\\james.xls"); driver.findElement(By.xpath("//input[@title='Upload file']")).click(); }