- saveBeforePopup(WebDriver) - Static method in class com.kulana.core.foundation.webdriver.WindowsHandler
-
- saveKey(SecretKey, File) - Static method in class com.kulana.core.foundation.crypto.SecretKeyManager
-
Saves crypto key to file.
- Screenshot - Class in com.kulana.core.foundation.webdriver
-
Screenshot utility for screenshot capturing and resizing.
- Screenshot() - Constructor for class com.kulana.core.foundation.webdriver.Screenshot
-
- scrollTo(ExtendedWebElement) - Method in class com.kulana.core.foundation.webdriver.DriverHelper
-
Scrolls to element.
- SecretKeyManager - Class in com.kulana.core.foundation.crypto
-
Utility for crypto key generation.
- SecretKeyManager() - Constructor for class com.kulana.core.foundation.crypto.SecretKeyManager
-
- select(ExtendedWebElement, String) - Method in class com.kulana.core.foundation.webdriver.DriverHelper
-
Select by text in specified select input.
- select(ExtendedWebElement, String[]) - Method in class com.kulana.core.foundation.webdriver.DriverHelper
-
Select multiple text values in specified select input.
- select(String, WebElement, String) - Method in class com.kulana.core.foundation.webdriver.DriverHelper
-
Select by text in specified select input.
- select(ExtendedWebElement, int) - Method in class com.kulana.core.foundation.webdriver.DriverHelper
-
Select by index in specified select input.
- select(String, WebElement, int) - Method in class com.kulana.core.foundation.webdriver.DriverHelper
-
Select by index in specified select input.
- selectByMatcher(ExtendedWebElement, BaseMatcher<String>) - Method in class com.kulana.core.foundation.webdriver.DriverHelper
-
Select value by matcher in specified select input.
- selectRandomElement(List<WebElement>) - Static method in class com.kulana.core.foundation.utils.LogicUtils
-
- send(RequestSpecification, String, HttpMethodType) - Static method in class com.kulana.core.foundation.http.HttpClient
-
- send(String, String, String, String, String) - Static method in class com.kulana.core.foundation.report.email.EmailManager
-
- sendKeys(String) - Method in class com.kulana.core.foundation.webdriver.DriverHelper
-
Sends keys using Selenium Actions
object.
- setAlgorithm(String) - Method in class com.kulana.core.foundation.crypto.CryptoTool
-
- setArgs(List<String>) - Method in class com.kulana.core.foundation.utils.parser.XLSDSBean
-
- setAverageTime(long) - Method in class com.kulana.core.foundation.performance.TestStatistics
-
- setBy(By) - Method in class com.kulana.core.foundation.webdriver.decorator.ExtendedWebElement
-
- setCipher(Cipher) - Method in class com.kulana.core.foundation.crypto.CryptoTool
-
- setDescription(String) - Method in class com.kulana.core.foundation.report.TestResultItem
-
- setElement(WebElement) - Method in class com.kulana.core.foundation.webdriver.decorator.ExtendedWebElement
-
- setElementText(String, String, String, String) - Method in class com.kulana.core.foundation.webdriver.DriverHelper
-
Deprecated.
- setElementText(String, String) - Method in class com.kulana.core.foundation.webdriver.DriverHelper
-
Deprecated.
- setEnvArgResolver(IEnvArgResolver) - Static method in class com.kulana.core.foundation.utils.Configuration
-
- setExecuteColumn(String) - Method in class com.kulana.core.foundation.utils.parser.XLSTable
-
- setExecuteValue(String) - Method in class com.kulana.core.foundation.utils.parser.XLSTable
-
- setFailReason(String) - Method in class com.kulana.core.foundation.report.TestResultItem
-
- setFailureDetails(String) - Method in class com.kulana.core.foundation.performance.PerformanceTestResult
-
- setFailuresCount(long) - Method in class com.kulana.core.foundation.performance.TestStatistics
-
- setHeaders(String...) - Method in class com.kulana.core.foundation.api.AbstractApiMethod
-
- setHeaders(Row) - Method in class com.kulana.core.foundation.utils.parser.XLSTable
-
- setJenkinsURL(String) - Method in class com.kulana.core.foundation.jenkins.JenkinsClient
-
- setLinkToLog(String) - Method in class com.kulana.core.foundation.report.TestResultItem
-
- setLinkToScreenshots(String) - Method in class com.kulana.core.foundation.report.TestResultItem
-
- setLoop(int) - Method in class com.kulana.core.foundation.performance.TestStatistics
-
- setMaxTime(long) - Method in class com.kulana.core.foundation.performance.TestStatistics
-
- setMethodPath(String) - Method in class com.kulana.core.foundation.api.AbstractApiMethod
-
- setMinTime(long) - Method in class com.kulana.core.foundation.performance.TestStatistics
-
- setName(String) - Method in class com.kulana.core.foundation.performance.TestStatistics
-
- setName(String) - Method in class com.kulana.core.foundation.webdriver.decorator.ExtendedWebElement
-
- setPack(String) - Method in class com.kulana.core.foundation.report.TestResultItem
-
- setPrefix(String) - Method in class com.kulana.core.foundation.log.TestLogHelper
-
- setResult(TestResultType) - Method in class com.kulana.core.foundation.report.TestResultItem
-
- setRumpup(long) - Method in class com.kulana.core.foundation.performance.TestStatistics
-
- setStatus(PerformanceTestResult.Status) - Method in class com.kulana.core.foundation.performance.PerformanceTestResult
-
- setSubTestResuts(Map<String, PerformanceTestResult>) - Method in class com.kulana.core.foundation.performance.PerformanceTestResult
-
- setTest(String) - Method in class com.kulana.core.foundation.report.TestResultItem
-
- setTestName(String) - Method in class com.kulana.core.foundation.performance.PerformanceTestResult
-
- setTestParams(Map<String, String>) - Method in class com.kulana.core.foundation.utils.parser.XLSDSBean
-
- setTestsCount(long) - Method in class com.kulana.core.foundation.performance.TestStatistics
-
- setUsers(int) - Method in class com.kulana.core.foundation.performance.TestStatistics
-
- setXlsFile(String) - Method in class com.kulana.core.foundation.utils.parser.XLSDSBean
-
- setXlsSheet(String) - Method in class com.kulana.core.foundation.utils.parser.XLSDSBean
-
- sielentAlert() - Method in class com.kulana.core.foundation.webdriver.DriverHelper
-
Closes alert pop-up by JS.
- slide(ExtendedWebElement, int, int) - Method in class com.kulana.core.foundation.webdriver.DriverHelper
-
Moves slider by specified offset.
- SOAPLogging - Class in com.kulana.core.foundation.log
-
Enables logging of send and received SOAP messages on the specified BindingProvider
s
- SOAPLogging() - Constructor for class com.kulana.core.foundation.log.SOAPLogging
-
- SoapUIRunner - Class in com.kulana.core.foundation.soapui
-
Wraps standard {link SoapUITestCaseRunner} to override logging context.
- SoapUIRunner() - Constructor for class com.kulana.core.foundation.soapui.SoapUIRunner
-
- SpecialKeywords - Class in com.kulana.core.foundation.utils
-
Reserved keywords used in framework.
- SpecialKeywords() - Constructor for class com.kulana.core.foundation.utils.SpecialKeywords
-
- SRC - Static variable in class com.kulana.core.foundation.utils.HTML
-
- startSubTest(String) - Method in class com.kulana.core.foundation.performance.PerformanceTestResult
-
- startTest() - Method in class com.kulana.core.foundation.performance.PerformanceTestResult
-
- startTimer() - Method in class com.kulana.core.foundation.performance.PerformanceTestResult
-
- stopTimer() - Method in class com.kulana.core.foundation.performance.PerformanceTestResult
-
- StringGenerator - Class in com.kulana.core.foundation.utils
-
Utility for random values generation.
- StringGenerator() - Constructor for class com.kulana.core.foundation.utils.StringGenerator
-
- switchBackAfterPopup(WebDriver) - Static method in class com.kulana.core.foundation.webdriver.WindowsHandler
-
Switches back to previous window.
- switchToPopup(WebDriver) - Static method in class com.kulana.core.foundation.webdriver.WindowsHandler
-
Switches to top level browser window.
- switchWindow() - Method in class com.kulana.core.foundation.webdriver.DriverHelper
-
Switches browser window using Selenium windows handler.