public class ScreenshotUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.io.File |
takeScreenshot(com.intellij.remoterobot.RemoteRobot remoteRobot)
Take screenshot of the entire screen and save it on disk
|
static java.io.File |
takeScreenshot(com.intellij.remoterobot.RemoteRobot remoteRobot,
java.lang.String comment)
Take screenshot of the entire screen and save it on disk
|
public static java.io.File takeScreenshot(com.intellij.remoterobot.RemoteRobot remoteRobot,
java.lang.String comment)
remoteRobot - reference to the RemoteRobot instancecomment - message to add at the end of the screenshot's filenamepublic static java.io.File takeScreenshot(com.intellij.remoterobot.RemoteRobot remoteRobot)
remoteRobot - reference to the RemoteRobot instance