Package org.openqa.selenium.firefox
Interface HasFullPageScreenshot
- All Known Implementing Classes:
FirefoxDriver
Used by classes to indicate that they can take a full page screenshot.
-
Method Summary
Modifier and TypeMethodDescription<X> X
getFullPageScreenshotAs
(OutputType<X> outputType) Capture the full page screenshot and store it in the specified location.
-
Method Details
-
getFullPageScreenshotAs
Capture the full page screenshot and store it in the specified location.- Parameters:
outputType
- target type, @see OutputType- Returns:
- Object in which is stored information about the screenshot.
-