public class RobotScreenshotTaker
extends java.lang.Object
implements org.concordion.ext.ScreenshotTaker
Robot
.Constructor and Description |
---|
RobotScreenshotTaker() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFileExtension() |
java.awt.image.BufferedImage |
getImage(java.awt.Dimension size) |
java.awt.Dimension |
writeScreenshotTo(java.io.OutputStream outputStream) |
public java.awt.Dimension writeScreenshotTo(java.io.OutputStream outputStream) throws java.io.IOException
writeScreenshotTo
in interface org.concordion.ext.ScreenshotTaker
java.io.IOException
public java.awt.image.BufferedImage getImage(java.awt.Dimension size)
public java.lang.String getFileExtension()
getFileExtension
in interface org.concordion.ext.ScreenshotTaker