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 Summary

    Modifier and Type
    Method
    Description
    <X> X
    Capture the full page screenshot and store it in the specified location.
  • Method Details

    • getFullPageScreenshotAs

      <X> X getFullPageScreenshotAs(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.