| Package | Description |
|---|---|
| com.opera.core.systems.runner | |
| com.opera.core.systems.runner.inprocess | |
| com.opera.core.systems.runner.launcher |
Responsible for starting the launcher which starts Opera.
|
| Modifier and Type | Method and Description |
|---|---|
ScreenCaptureReply |
OperaRunner.captureScreen()
Take a screenshot of the full screen.
|
ScreenCaptureReply |
OperaRunner.captureScreen(long timeout)
Take a screenshot of the full screen with a timeout.
|
ScreenCaptureReply |
OperaRunner.captureScreen(long timeout,
List<String> knownMD5s)
Take a screenshot of the full screen with a timeout and a list of previously known MD5 hash sum
results.
|
void |
OperaRunner.startOpera()
Start Opera, does nothing if Opera is already started.
|
void |
OperaRunner.stopOpera()
Stops Opera, does nothing if Opera isn't running.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OperaInProcessRunner.startOpera() |
void |
OperaInProcessRunner.stopOpera() |
| Modifier and Type | Method and Description |
|---|---|
ScreenCaptureReply |
OperaLauncherRunner.captureScreen()
Take screenshot using external program.
|
ScreenCaptureReply |
OperaLauncherRunner.captureScreen(long timeout)
Take screenshot using external program.
|
ScreenCaptureReply |
OperaLauncherRunner.captureScreen(long timeout,
List<String> knownMD5s)
Take screenshot using external program.
|
void |
OperaLauncherRunner.startOpera()
Start Opera, does nothing if Opera is already started.
|
void |
OperaLauncherRunner.stopOpera()
Stops Opera, does nothing if Opera isn't running.
|
Copyright © 2013. All Rights Reserved.