Interface HasFullPageScreenshot

  • All Known Implementing Classes:
    FirefoxDriver

    @Beta
    public interface HasFullPageScreenshot
    Used by classes to indicate that they can take a full page screenshot.
    • Method Detail

      • getFullPageScreenshotAs

        <X> X getFullPageScreenshotAs​(org.openqa.selenium.OutputType<X> outputType)
        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.