/
UI Wait for (sui:wait-for)
UI Wait for (sui:wait-for)
For any given pageObject, wait-for will wait for given timeout (in seconds) before throwing exception.
Usage
<sui:wait-for method=""! pageId=""! timeout=""?/>
! - mandatory, ? - optional
Supported Methods
presence
absence
visibility
invisibility
enabled
clickable
unclickable
there is a default wait-for in each click (clickable), get-text (visible)... so use this when you don't want to interact with it just you have to make sure it is any of the supported methods
Examples
, multiple selections available,
Related content
UI Wait for Attribute (sui:wait-for-attribute)
UI Wait for Attribute (sui:wait-for-attribute)
More like this
UI Wait For Count (sui:wait-for-count)
UI Wait For Count (sui:wait-for-count)
More like this
UI Wait For Text Not Empty (sui:wait-for-text-not-empty)
UI Wait For Text Not Empty (sui:wait-for-text-not-empty)
More like this
UI Scenario (sui:scenario)
UI Scenario (sui:scenario)
Read with this
UI Object State (sui:object-state)
UI Object State (sui:object-state)
More like this
UI Element State (sui:element-state)
UI Element State (sui:element-state)
More like this