| Modifier and Type | Method and Description |
|---|---|
Screenshot |
AndroidDevice.getScreenshot()
Gets a screenshot of underlying Android device.
|
Screenshot |
Screenshooter.takeScreenshot()
Takes screenshot in default format with random string as a name with file format extension.
|
Screenshot |
Screenshooter.takeScreenshot(ScreenshotType type)
Takes screenshot in specified format.
|
Screenshot |
Screenshooter.takeScreenshot(String fileName)
Takes screenshot of default file format with specified name.
|
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.