WaitElementCssValue Version 13 (Java)
Action group: Browsers
The action waits for the fact that the element's style value in the DOM has taken the specified value
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 | |
Property style name | Property style name | Robin.String | Yes | |
Style property value | Style Property Value | Robin.Object | No | |
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.
Go to https://codepen.io/GBora/pen/VLYyzY and wait for the style value (fontSize -10.5px), after - refresh the page.
Use the actions “Open Browser”, “Navigate”, “WaitElementCssValue”, “Refresh”.
The program robot completed successfully.