| Modifier and Type | Method and Description |
|---|---|
static ScreenshotType |
ScreenshotType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScreenshotType[] |
ScreenshotType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Screenshooter.setScreensthotImageFormat(ScreenshotType type)
Sets the format of images to take.
|
Screenshot |
Screenshooter.takeScreenshot(ScreenshotType type)
Takes screenshot in specified format.
|
Screenshot |
Screenshooter.takeScreenshot(String fileName,
ScreenshotType type)
Takes screenshot of specified type which is saved under specified name
|
Copyright © 2013 JBoss by Red Hat. All rights reserved.