geb.driver
[Groovy] Class RemoteDriverOperations
java.lang.Object
geb.driver.RemoteDriverOperations
class RemoteDriverOperations
extends Object
Wraps the operations on remote drivers to avoid a hard dependency on selenium-remote-client.
classLoader
final ClassLoader classLoader
-
RemoteDriverOperations
RemoteDriverOperations(ClassLoader classLoader)
-
getAugmentedDriver
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. If it is not, the passed in driver
is returned.
isRemoteDriverAvailable
boolean isRemoteDriverAvailable()
-
Groovy API Documentation for geb-core 0.6.2 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org