File scrnsht = ((TakesScreenshot)driver).getScreenshotAs(OutputType.FILE);
FileUtils.copyFile(scrnsht, new File("path"));
FileUtils.copyFile(scrnsht, new File("path"));
Non-Functional Requirement: Non-Functional Requirement is a requirement that describes how the component or system will do what it is s...
No comments:
Post a Comment