public class SeleniumTestProperties extends Properties
Specialized properties for Selenium tests
Copyright 2017 (C) by Martin Ganserer
defaults| Constructor and Description |
|---|
SeleniumTestProperties() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAjaxTimeout() |
String |
getBaseURL() |
String |
getDataProviderClassName() |
String |
getDriverClassName() |
String |
getDriverName() |
String |
getDriverPath() |
String |
getDriverProducerClass() |
long |
getImplicitWaitTime() |
long |
getLongProperty(String propertyName) |
long |
getPageLoadDelay() |
long |
getPageLoadTimeout() |
String |
getStringProperty(String propertyName) |
String |
getTestDataPath() |
boolean |
isMaximizeWindow() |
void |
load()
Load the properties from the default resource file
|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic String getBaseURL()
public String getDriverName()
public String getDriverPath()
public String getDriverClassName()
public long getPageLoadTimeout()
public long getImplicitWaitTime()
public long getPageLoadDelay()
public long getAjaxTimeout()
public boolean isMaximizeWindow()
public String getDataProviderClassName()
public String getTestDataPath()
public String getDriverProducerClass()
public String getStringProperty(String propertyName)
propertyName - public long getLongProperty(String propertyName)
propertyName - public void load()
Copyright © 2019. All rights reserved.