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