Action group: Browsers
Description
The action expects the fact that the element disappears from the page document object model (DOM)
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 | |
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 |
None.
Task
Go to https://www.rpachallenge.com/assets/shortestPath/public/shortestpath.html and wait for the element to disappear.
Solution
Use the actions "Open Browser", "Waiting for missing element".
Implementation
Result
The program robot completed successfully.