abstract class WebUIAbstractKeyword extends AbstractKeyword
| Fields inherited from class | Fields |
|---|---|
class AbstractKeyword |
logger |
| Constructor and description |
|---|
WebUIAbstractKeyword
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static WebElement |
findWebElement(TestObject to, int timeOut) |
|
static WebElement |
findWebElement(WebDriver webDriver, TestObject testObject, long timeoutInMillis) |
|
static WebElement |
findWebElementWithoutRetry(WebDriver webDriver, TestObject testObject, long timeoutInMillis) |
|
static List<WebElement> |
findWebElements(TestObject to, int timeOut) |
|
static List<WebElement> |
findWebElements(WebDriver webDriver, TestObject testObject, long timeoutInMillis) |
|
protected List<ElementWaitingPhase> |
getElementWaitingPhases(JavascriptExecutor jsExecutor) |
|
SupportLevel |
getSupportLevel(Object[] params) |
|
protected WebDriver |
getWebDriver() |
|
boolean |
waitElementInteractable(JavascriptExecutor scriptExecutor, WebElement element, long timeoutInMillis, SeleniumActionRetryController.RetryContext retryContext)Checks if the specified web element is interactable within a given timeout. |
| Methods inherited from class | Name |
|---|---|
class AbstractKeyword |
getBooleanValue, getFailureHandling, getFailureHandling, getOptionalParam, getOptionalParam, getOptionalParam, getParam, getTestObject |
Checks if the specified web element is interactable within a given timeout.
scriptExecutor - the JavaScript executor to run scriptselement - the web element to wait fortimeoutInMillis - the maximum time to wait in millisecondsretryContext - the context for retrying actions