|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OperaDriver | |
|---|---|
| com.opera.core.systems | Provides OperaDriver and associated classes. |
| com.opera.core.systems.scope | The Scope protocol is used to communicate with the Opera browser. |
| com.opera.core.systems.scope.services | Interfaces for all the Scope services used. |
| com.opera.core.systems.testing.drivers | |
| Uses of OperaDriver in com.opera.core.systems |
|---|
| Subclasses of OperaDriver in com.opera.core.systems | |
|---|---|
class |
OperaDesktopDriver
An extension of OperaDriver for testing the interface of the Opera desktop browser. |
| Constructors in com.opera.core.systems with parameters of type OperaDriver | |
|---|---|
OperaKeyboard(OperaDriver parent)
|
|
OperaMouse(OperaDriver parent)
|
|
OperaWebElement(OperaDriver parent,
int objectId)
|
|
| Uses of OperaDriver in com.opera.core.systems.scope |
|---|
| Fields in com.opera.core.systems.scope declared as OperaDriver | |
|---|---|
protected OperaDriver |
AbstractEcmascriptService.driver
|
| Methods in com.opera.core.systems.scope with parameters of type OperaDriver | |
|---|---|
void |
AbstractEcmascriptService.setDriver(OperaDriver driver)
|
| Uses of OperaDriver in com.opera.core.systems.scope.services |
|---|
| Methods in com.opera.core.systems.scope.services with parameters of type OperaDriver | |
|---|---|
void |
IEcmaScriptDebugger.setDriver(OperaDriver driver)
Set the driver this service belongs to. |
| Uses of OperaDriver in com.opera.core.systems.testing.drivers |
|---|
| Subclasses of OperaDriver in com.opera.core.systems.testing.drivers | |
|---|---|
class |
MockOperaDriver
A mocked OperaDriver for testing startup, shutdown and generally anything not related to the WebDriver specific implementation at all. |
class |
TestOperaDriver
Provides access to the OperaRunner, so we can detect
crashes. |
| Methods in com.opera.core.systems.testing.drivers that return OperaDriver | |
|---|---|
OperaDriver |
OperaDriverBuilder.get()
Retrieves an instance of OperaDriver. |
OperaDriver |
DefaultOperaDriverSupplier.get()
|
| Constructor parameters in com.opera.core.systems.testing.drivers with type arguments of type OperaDriver | |
|---|---|
OperaDriverBuilder(Class<? extends OperaDriver> driverImplementation)
You may build a new Opera instance by specifying a custom driver class. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||