Date date = new Date() ;
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH-mm-ss") ;
File file = new File(dateFormat.format(date) ) ;
String name="prava1";
d.findElement(By.xpath("//*[@id='Email']")).sendKeys(name+"_"+file);
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH-mm-ss") ;
File file = new File(dateFormat.format(date) ) ;
String name="prava1";
d.findElement(By.xpath("//*[@id='Email']")).sendKeys(name+"_"+file);
No comments:
Post a Comment