| Package | Description |
|---|---|
| cz.etnetera.seleniumbrowser.configuration |
| Modifier and Type | Method and Description |
|---|---|
BasicBrowserConfiguration |
BasicBrowserConfiguration.addDefaultProperties()
Loads properties from resource
DEFAULT_PROPERTIES_RESOURCE_NAME
and adds them at the end of actual properties list. |
BasicBrowserConfiguration |
BasicBrowserConfiguration.addDefaultPropertiesAfter(String afterKey)
Loads properties from resource
DEFAULT_PROPERTIES_RESOURCE_NAME
and adds them after specific key in actual properties list. |
BasicBrowserConfiguration |
BasicBrowserConfiguration.addDefaultPropertiesBefore(String beforeKey)
Loads properties from resource
DEFAULT_PROPERTIES_RESOURCE_NAME
and adds them before specific key in actual properties list. |
BasicBrowserConfiguration |
BasicBrowserConfiguration.addSystemProperties()
Adds
System.getProperties() at the end of actual properties list. |
BasicBrowserConfiguration |
BasicBrowserConfiguration.addSystemPropertiesAfter(String afterKey)
Adds
System.getProperties() after specific key in actual properties list. |
BasicBrowserConfiguration |
BasicBrowserConfiguration.addSystemPropertiesBefore(String beforeKey)
Adds
System.getProperties() before specific key in actual properties list. |
BasicBrowserConfiguration |
BasicBrowserConfiguration.pushDefaultProperties()
Loads properties from resource
DEFAULT_PROPERTIES_RESOURCE_NAME
and pushes them at the start of actual properties list. |
BasicBrowserConfiguration |
BasicBrowserConfiguration.pushSystemProperties()
Pushes
System.getProperties() at the start of actual properties list. |
Copyright © 2016 Etnetera a.s.. All rights reserved.