| Package | Description |
|---|---|
| com.opera.core.systems |
Provides OperaDriver and associated classes.
|
| com.opera.core.systems.scope.services.desktop | |
| com.opera.core.systems.scope.stp.services.desktop |
| Modifier and Type | Method and Description |
|---|---|
QuickWidget |
OperaDesktopDriver.findWidgetByName(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
String widgetName)
Finds widget by name in the window specified by windowId.
|
QuickWidget |
OperaDesktopDriver.findWidgetByName(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
String widgetName,
String parentName)
Finds widget by name and parent in the window with the specified window id.
|
QuickWidget |
OperaDesktopDriver.findWidgetByPosition(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
int row,
int column)
Finds widget by specified position.
|
QuickWidget |
OperaDesktopDriver.findWidgetByPosition(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
int row,
int column,
String parentName)
Finds widget by specified position.
|
QuickWidget |
OperaDesktopDriver.findWidgetByStringId(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
String stringId)
Finds widget with the text specified by string id in the window with the given id.
|
QuickWidget |
OperaDesktopDriver.findWidgetByStringId(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
String stringId,
String parentName)
Finds widget with the text specified by string id and parentName in the specified window.
|
QuickWidget |
OperaDesktopDriver.findWidgetByText(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
String text)
Finds widget with the text specified in the window with the given window id.
|
QuickWidget |
OperaDesktopDriver.findWidgetByText(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
String text,
String parentName)
Finds widget by text and parent widget name.
|
| Modifier and Type | Method and Description |
|---|---|
List<QuickWidget> |
OperaDesktopDriver.getQuickWidgetList(int windowId)
Gets a list of all widgets in the window with the given window id.
|
List<QuickWidget> |
OperaDesktopDriver.getQuickWidgetList(String windowName)
Gets a list of all widgets in the window with the given window name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QuickWidget.dragAndDropOn(QuickWidget widget,
QuickWidget.DropPosition dropPos)
Drags this widget onto the specified widget at the given drop position
|
| Modifier and Type | Method and Description |
|---|---|
QuickWidget |
DesktopWindowManager.getQuickWidget(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType property,
String value)
Gets a QuickWidget based on a specific property.
|
QuickWidget |
DesktopWindowManager.getQuickWidget(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType property,
String value,
String parentName)
Gets the quick widget in a specified window based on a specific property and its parent widgets
name.
|
QuickWidget |
DesktopWindowManager.getQuickWidgetByPos(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
int row,
int column)
Gets the quick widget based on its position.
|
QuickWidget |
DesktopWindowManager.getQuickWidgetByPos(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
int row,
int column,
String parentName)
Gets the quick widget based on its position and its parent widgets name.
|
| Modifier and Type | Method and Description |
|---|---|
List<QuickWidget> |
DesktopWindowManager.getQuickWidgetList(int windowId)
Gets list of all QuickWidgets in the window.
|
| Modifier and Type | Method and Description |
|---|---|
QuickWidget |
ScopeDesktopWindowManager.getQuickWidget(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType property,
String value) |
QuickWidget |
ScopeDesktopWindowManager.getQuickWidget(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType property,
String value,
String parentName) |
QuickWidget |
ScopeDesktopWindowManager.getQuickWidgetByPos(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int id,
int row,
int column) |
QuickWidget |
ScopeDesktopWindowManager.getQuickWidgetByPos(DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type,
int windowId,
int row,
int column,
String parentName) |
| Modifier and Type | Method and Description |
|---|---|
List<QuickWidget> |
ScopeDesktopWindowManager.getQuickWidgetList(int windowId) |
Copyright © 2013. All Rights Reserved.