- DateUtils - Class in com.kulana.core.foundation.utils
-
Utility for date operations.
- DateUtils() - Constructor for class com.kulana.core.foundation.utils.DateUtils
-
- decorate(ClassLoader, Field) - Method in class com.kulana.core.foundation.webdriver.decorator.ExtendedFieldDecorator
-
- decrypt(String) - Method in class com.kulana.core.foundation.crypto.CryptoTool
-
Decrypts string.
- decryptByPattern(String, Pattern) - Method in class com.kulana.core.foundation.crypto.CryptoTool
-
Decrypts substrings in text using pattern.
- decryptByPatternAndWrap(String, Pattern, String) - Method in class com.kulana.core.foundation.crypto.CryptoTool
-
- DefaultEnvArgResolver - Class in com.kulana.core.foundation.utils
-
Base logic for getting env-specific arguments where env name is used as argument prefix like 'STAG.url' for env 'STAG'.
- DefaultEnvArgResolver() - Constructor for class com.kulana.core.foundation.utils.DefaultEnvArgResolver
-
- dragAndDrop(ExtendedWebElement, ExtendedWebElement) - Method in class com.kulana.core.foundation.webdriver.DriverHelper
-
Drags one element and drops to another.
- DriverFactory - Class in com.kulana.core.foundation.webdriver
-
DriverFactory creates driver instance with desired capabilities according to
configuration attribute - 'browser'.
- DriverFactory() - Constructor for class com.kulana.core.foundation.webdriver.DriverFactory
-
- DriverHelper - Class in com.kulana.core.foundation.webdriver
-
Wrapper above standard Selenium WebDriver, implements
additional complex methods for stable interaction with UI.
- DriverHelper() - Constructor for class com.kulana.core.foundation.webdriver.DriverHelper
-
- DriverHelper(WebDriver) - Constructor for class com.kulana.core.foundation.webdriver.DriverHelper
-
- DriverPool - Class in com.kulana.core.foundation.webdriver
-
Associates Selenium WebDriver object to test name or session ID.
- DriverPool() - Constructor for class com.kulana.core.foundation.webdriver.DriverPool
-