public interface CapturesScreen
ScreenCaptureReply| Modifier and Type | Method and Description |
|---|---|
ScreenCaptureReply |
captureScreen()
Takes a screen capture of the whole screen, including the areas outside of the viewport and the
browser window.
|
ScreenCaptureReply |
captureScreen(long timeout)
Takes a screen capture of the whole screen, including the areas outside of the viewport and the
browser window.
|
ScreenCaptureReply |
captureScreen(long timeout,
List<String> knownMD5s)
Takes a screen capture of the whole screen, including the areas outside of the viewport and the
browser window.
|
ScreenCaptureReply captureScreen()
ScreenCaptureReply captureScreen(long timeout)
timeout - the number of milliseconds to wait before taking the screenshotScreenCaptureReply captureScreen(long timeout, List<String> knownMD5s)
timeout - the number of milliseconds to wait before taking the screenshotknownMD5s - a list of previous screenshots' MD5 hashes; if they match the hash of this
screenshot then no image data is returnedCopyright © 2012. All Rights Reserved.