Guest User

Untitled

a guest
Jan 17th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Wed Jan 17 15:25:30 CET 2018:ERROR:An error occurred [No such property:
  2. compareMode for class: Script13], see error log for details
  3.  
  4. import com.testautomationguru.utility.PDFUtil;
  5.  
  6. PDFUtil pdfUtil = new PDFUtil();
  7. String file1="C:/SoapOutPut/ENV1/TEST_DATA1.pdf";
  8. String file2="C:/SoapOutPut/ENV1/TEST_DATA12.pdf";
  9.  
  10. pdfUtil.setCompareMode(CompareMode.VISUAL_MODE);
  11.  
  12. pdfUtil.highlightPdfDifference(true);
  13. pdfUtil.setImageDestinationPath("c:/output/file");
  14. pdfUtil.compare(file1, file2);
Add Comment
Please, Sign In to add comment