浏览代码

生成图片测试

zhangheng 3 年之前
父节点
当前提交
9072cc35cf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      server/src/main/java/edp/davinci/service/screenshot/ScreenshotUtil.java

+ 1 - 1
server/src/main/java/edp/davinci/service/screenshot/ScreenshotUtil.java

@@ -229,7 +229,7 @@ public class ScreenshotUtil {
 
         System.out.println("CHROME_DRIVER_PATH>>>"+ CHROME_DRIVER_PATH);
         File file = new File(CHROME_DRIVER_PATH);
-        System.out.println(file.getPath()+"["+file.getName()+"]********************"+file.canExecute());
+        System.out.println(file.getPath()+"["+file.getName()+"]********************"+file.length());
         if (!file.canExecute()) {
             if (!file.setExecutable(true)) {
                 throw new ExecutionException(new Exception(CHROME_DRIVER_PATH + " is not executable!"));