[WebUI] Verify Element In Viewport
Description
Verify if the web element is visible in current viewport.
Keyword name: verifyElementInViewport
Parameters
Parameter | Parameter Type | Required | Description |
---|---|---|---|
to | TestObject | Yes | Represents a web element. |
timeOut | int | Yes | Maximum period of time (in seconds) that system will wait to return the result. |
flowControl | FailureHandling | Optional | Specify failure handling schema to determine whether the execution should be allowed to continue or stop. |