rama-chitturi / MySolutionHub

0 stars 0 forks source link

path is not absolute: while uploading file #14

Open rama-chitturi opened 3 years ago

rama-chitturi commented 3 years ago

Use

File file =  new File(filepath);
        fileUploadBtnEle.sendKeys(file.getAbsolutePath());