|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectgeb.driver.RemoteDriverOperations
class RemoteDriverOperations
Wraps the operations on remote drivers to avoid a hard dependency on selenium-remote-client.
| Property Summary | |
|---|---|
ClassLoader |
classLoader
|
| Constructor Summary | |
RemoteDriverOperations(ClassLoader classLoader)
|
|
| Method Summary | |
|---|---|
WebDriver
|
getAugmentedDriver(WebDriver driver)
If the driver is a remote driver, a proxy will be returned that implements the feature interfaces of the actual driver on the remote side. |
Class
|
getRemoteWebDriverClass()
|
boolean
|
isRemoteDriverAvailable()
|
Class
|
softLoadRemoteDriverClass(String name)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Property Detail |
|---|
final ClassLoader classLoader
| Constructor Detail |
|---|
RemoteDriverOperations(ClassLoader classLoader)
| Method Detail |
|---|
WebDriver getAugmentedDriver(WebDriver driver)
Class getRemoteWebDriverClass()
boolean isRemoteDriverAvailable()
Class softLoadRemoteDriverClass(String name)
Groovy API Documentation for Geb 0.9.2 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org