152153154155156157158159
}); try { return new ScreenCaptureReply(capture.getMd5(), capture.getData()); } catch (IOException e) { throw new OperaRunnerException("Unable to do screen capture: " + e.getMessage()); } }
158159160161162163164165
} } private void assertNotShutdown() { if (shutdown) { throw new OperaRunnerException("Opera was shutdown"); } }