abstract class CloudDriverFactory extends Object
| Modifiers | Name | Description |
|---|---|---|
protected static String |
VENDOR_PREFIX_DELIMETER |
| Constructor and description |
|---|
CloudDriverFactory() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
abstract String |
assembleProviderUrl(String username, String password) |
|
protected void |
configureCapabilities(String username, String key, DesiredCapabilities desiredCapabilities) |
|
WebDriver |
create(String username, String key, Map<String, Object> capabilities) |
|
WebDriver |
create(String specification, String username, String key, Map<String, Object> additionalCapabilities) |
Groovy API Documentation for Geb 8.0.0 - Licensed under the Apache License, Version 2.0 - http://groovy.apache.org/geb/