mercredi 21 janvier 2015

Upload file to web using selinum

While uploading file to web this code should uploaded file but web site closed



WebElement elem = driver.findElement(
By.xpath("//input[@id='userfile']")
);

elem.sendKeys("D://21.pdf");`

Aucun commentaire:

Enregistrer un commentaire