public interface IHtmlElementState
| Modifier and Type | Method and Description |
|---|---|
void |
focus()
Moves the focus to the specified element.
|
void |
highlightElement()
Tries to briefly change the element's background color to yellow.
|
boolean |
isElementDisplayed()
Check whether the element is displayed or not
|
boolean |
isElementEnabled() |
boolean |
isElementPresent() |
void |
verifyExist()
Verifies the element exist
throws an exception if verification fail
|
void |
verifyNotExist()
Verifies the element does NOT exist
throws an exception if verification fail
|
void |
waitToBecomeDisabled()
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to become disabled
throws an exception if it does not become disabled
for the default waiting period (check the 'elementStateChangeDelay' property)
|
void |
waitToBecomeDisabled(int millis)
Waits for a period of time the element to become disabled
throws an exception if it does not become disabled for the specified period
|
void |
waitToBecomeDisplayed()
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to become displayed
throws an exception if it does not become displayed
for the default waiting period (check the 'elementStateChangeDelay' property)
|
void |
waitToBecomeDisplayed(int millis)
Waits for a period of time the element to become displayed
throws an exception if it does not become displayed for the specified period
|
void |
waitToBecomeEnabled()
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to become enabled
throws an exception if it does not become enabled
for the default waiting period (check the 'elementStateChangeDelay' property)
|
void |
waitToBecomeEnabled(int millis)
Waits for a period of time the element to become enabled
throws an exception if it does not become enabled for the specified period
|
void |
waitToBecomeExisting()
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to become existing
throws an exception if it does not become existing
for the default waiting period (check the 'elementStateChangeDelay' property)
|
void |
waitToBecomeExisting(int millis)
Waits for a period of time the element to become existing
throws an exception if it does not become existing for the specified period
|
void |
waitToBecomeHidden()
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to become hidden
throws an exception if it does not become hidden
for the default waiting period (check the 'elementStateChangeDelay' property)
|
void |
waitToBecomeHidden(int millis)
Waits for a period of time the element to become hidden
throws an exception if it does not become hidden for the specified period
|
void |
waitToBecomeNotExisting()
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to became non-existing
throws an exception if it does not become non-existing
for the default waiting period (check the 'elementStateChangeDelay' property)
|
void |
waitToBecomeNotExisting(int millis)
Waits for a period of time the element to became non-existing
throws an exception if it does not become non-existing for the specified period
|
void focus()
void verifyExist()
void verifyNotExist()
void waitToBecomeExisting()
void waitToBecomeExisting(int millis)
void waitToBecomeNotExisting()
void waitToBecomeNotExisting(int millis)
void waitToBecomeDisplayed()
void waitToBecomeDisplayed(int millis)
void waitToBecomeHidden()
void waitToBecomeHidden(int millis)
void waitToBecomeEnabled()
void waitToBecomeEnabled(int millis)
void waitToBecomeDisabled()
void waitToBecomeDisabled(int millis)
void highlightElement()
boolean isElementPresent()
true if the element existsboolean isElementEnabled()
true if the element is enabledboolean isElementDisplayed()
true if the element is displayedCopyright © 2017 Axway Software. All rights reserved.