Package de.qytera.qtaf.core
Class QtafFactory
java.lang.Object
de.qytera.qtaf.core.QtafFactory
Factory Class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ConfigMapGet configurationstatic LoggerGet loggerstatic TestSuiteLogCollectionGet Test suite log collectionstatic org.openqa.selenium.WebDriverGet Selenium Web Driver instance
-
Constructor Details
-
QtafFactory
public QtafFactory()
-
-
Method Details
-
getConfiguration
Get configuration- Returns:
- Configuration
-
getTestSuiteLogCollection
Get Test suite log collection- Returns:
- test suite log collection
-
getWebDriver
public static org.openqa.selenium.WebDriver getWebDriver()Get Selenium Web Driver instance- Returns:
- Selenium Web Driver
-
getLogger
Get logger- Returns:
- logger
-