Action group: Browsers
This action is designed to check if the element exists on the page when the timeout expires. The element does not have to be visible
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | Action context for working with the browser. | Robin.Selenium | Browser context | Yes |
Element | Element to be inspected. Required. | Robin.WebElement | Yes | |
Visibility | A way to check the visibility of an element | Robin.String | Yes | |
Availability | Method of checking the availability of an element | Robin.String | Yes | |
Timeout | Wait until condition to be done (ms). The value is converted to seconds: it`s devided by 1000 and rounded up. | Robin.Numeric | No |
The visible and accessible element is clickable.
Go to https://codepen.io/GBora/pen/VLYyzY and check the existence of the element on the page (visibility and availability).
Use the actions "Open Browser", "Navigate", "Waiting for element to exist".
The program robot completed successfully.