| Package | Description |
|---|---|
| cz.etnetera.seleniumbrowser.configuration | |
| cz.etnetera.seleniumbrowser.source |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicBrowserConfiguration
Configures browser.
|
| Modifier and Type | Method and Description |
|---|---|
default ChainedPropertiesSource |
ChainedPropertiesSource.addFileProperties(String key,
File file)
Loads properties from file and adds them at the end of actual properties list.
|
default ChainedPropertiesSource |
ChainedPropertiesSource.addFilePropertiesAfter(String afterKey,
String key,
File file)
Loads properties from file and adds them after specific key in actual properties list.
|
default ChainedPropertiesSource |
ChainedPropertiesSource.addFilePropertiesBefore(String beforeKey,
String key,
File file)
Loads properties from file and adds them before specific key in actual properties list.
|
default ChainedPropertiesSource |
ChainedPropertiesSource.addProperties(String key,
Properties properties)
Adds properties at the end of actual properties list.
|
default ChainedPropertiesSource |
ChainedPropertiesSource.addPropertiesAfter(String afterKey,
String key,
Properties properties)
Adds properties after specific key in actual properties list.
|
default ChainedPropertiesSource |
ChainedPropertiesSource.addPropertiesBefore(String beforeKey,
String key,
Properties properties)
Adds properties before specific key in actual properties list.
|
default ChainedPropertiesSource |
ChainedPropertiesSource.addResourceProperties(String key,
String resourceName)
Loads properties from resource by its name and adds them at the end of actual
properties list with specific key.
|
default ChainedPropertiesSource |
ChainedPropertiesSource.addResourcePropertiesAfter(String afterKey,
String key,
String resourceName)
Loads properties from resource by its name and adds them after specific key in actual
properties list with specific key.
|
default ChainedPropertiesSource |
ChainedPropertiesSource.addResourcePropertiesBefore(String beforeKey,
String key,
String resourceName)
Loads properties from resource by its name and adds them before specific key in actual
properties list with specific key.
|
default ChainedPropertiesSource |
ChainedPropertiesSource.pushFileProperties(String key,
File file)
Loads properties from file and pushes them at the start of actual properties list
with specific key.
|
default ChainedPropertiesSource |
ChainedPropertiesSource.pushProperties(String key,
Properties properties)
Pushes properties at the start of actual properties list
with specific key.
|
default ChainedPropertiesSource |
ChainedPropertiesSource.pushResourceProperties(String key,
String resourceName)
Loads properties from resource by its name and pushes them at the start of actual
properties list with specific key.
|
Copyright © 2016 Etnetera a.s.. All rights reserved.