Файл не найден, исключение при создании полного снимка экрана

Когда я пытаюсь сделать снимок экрана для полной веб-страницы, он выдает исключение "файл не найден". Строка ошибки выделена курсивом.

            //FileUtils.copyFile(((TakesScreenshot) driver).getScreenshotAs(OutputType.FILE), new File(dest));
            Screenshot screenshot = new AShot().shootingStrategy(ShootingStrategies.viewportPasting(1000)).takeScreenshot(driver);

            *ImageIO.write(screenshot.getImage(), "png", new File("c:\\ElementScreenshot.jpg"));*

        } catch (WebDriverException e) {
            System.out.println("The browser has been closed.");
        } catch (IOException e) {
            System.out.println("The snapshot could not be taken");
        }

0 ответов

Другие вопросы по тегам