| Package | Description |
|---|---|
| com.opera.core.systems |
Provides OperaDriver and associated classes.
|
| com.opera.core.systems.model |
Objects used for storing data, but which doesn't do anything themselves.
|
| 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.
|
| com.opera.core.systems.scope.services |
Interfaces for all the Scope services used.
|
| com.opera.core.systems.scope.stp.services |
Implementations of the Scope service interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
ScreenCaptureReply |
OperaDriver.captureScreen() |
ScreenCaptureReply |
CapturesScreen.captureScreen()
Takes a screen capture of the whole screen, including the areas outside of the viewport and the
browser window.
|
ScreenCaptureReply |
OperaWebElement.captureScreen() |
ScreenCaptureReply |
OperaDriver.captureScreen(long timeout) |
ScreenCaptureReply |
CapturesScreen.captureScreen(long timeout)
Takes a screen capture of the whole screen, including the areas outside of the viewport and the
browser window.
|
ScreenCaptureReply |
OperaWebElement.captureScreen(long timeout) |
ScreenCaptureReply |
OperaDriver.captureScreen(long timeout,
List<String> hashes) |
ScreenCaptureReply |
CapturesScreen.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 |
OperaWebElement.captureScreen(long timeout,
List<String> knownMD5s) |
| Modifier and Type | Method and Description |
|---|---|
ScreenCaptureReply |
ScreenCaptureReply.Builder.build()
Returns a newly created
ScreenCaptureReply based on the contents of the builder. |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ScreenCaptureReply |
OperaInProcessRunner.captureScreen() |
ScreenCaptureReply |
OperaInProcessRunner.captureScreen(long timeout) |
ScreenCaptureReply |
OperaInProcessRunner.captureScreen(long timeout,
List<String> knownMD5s) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ScreenCaptureReply |
Exec.containsColor(Canvas canvas,
long timeout,
OperaColors... colors)
Check if the page contains color(s) as specified in
OperaColors. |
ScreenCaptureReply |
Exec.screenWatcher(Canvas canvas,
long timeout,
boolean includeImage,
List<String> hashes)
Take a screenshot of specified
ExecProtos.Area and
compare it with the given hashes (keys). |
| Modifier and Type | Method and Description |
|---|---|
ScreenCaptureReply |
ScopeExec.containsColor(Canvas canvas,
long timeout,
OperaColors... colors) |
ScreenCaptureReply |
ScopeExec.screenWatcher(Canvas canvas,
long timeout,
boolean includeImage,
List<String> hashes) |
Copyright © 2012. All Rights Reserved.