@Action(value: waitForElementNotHasAttribute) class WaitForElementNotHasAttributeKeyword extends WebUIAbstractKeyword
Modifiers | Name | Description |
---|---|---|
class |
WaitForElementNotHasAttributeKeyword.1 |
Fields inherited from class | Fields |
---|---|
class AbstractKeyword |
logger |
Constructor and description |
---|
WaitForElementNotHasAttributeKeyword
() |
Type Params | Return Type | Name and description |
---|---|---|
|
Object |
execute(Object[] params) |
|
SupportLevel |
getSupportLevel(Object[] params) |
|
boolean |
waitForElementNotHasAttribute(TestObject to, String attributeName, int timeOut, FailureHandling flowControl) |
Methods inherited from class | Name |
---|---|
class WebUIAbstractKeyword |
findWebElement, findWebElements, getSupportLevel, getWebDriver |
class AbstractKeyword |
getBooleanValue, getFailureHandling, getParam, getTestObject |