[WebUI] Wait For Element Clickable
Description
Wait for the given element to be clickable within the given time (in seconds).
Keyword name: waitForElementClickable
Parameters
Parameter | Parameter Type | Required | Description |
---|---|---|---|
to | TestObject | Yes | Represents a web element. |
timeout | int | Yes | System will wait at most timeout (seconds) to return result. |
flowControl | FailureHandling | Optional | Specify failure handling schema to determine whether the execution should be allowed to continue or stop. |