Action List
Notes
No | Note | Variable / Hex code | Usage |
---|---|---|---|
1 | To use variables created on the editor screen, you must add the "$" sign as a prefix. | testmore | $testmore |
2 | To use variables saved runtime or saved from the element text add the "##" sign as a prefix. | invio | ##invio |
3 | To compare color you must add the “#“ sign as a prefix to the hex code. | ff0000 | #ff0000 |
Element Dependent Actions
Assert Clickable
Check whether the element is clickable.
Set the switch button to true or false according to the acceptance criteria of the scenario.
Assert Color of Element
The color value of the specified element is compared with the given color value.
Enter the hex code value.
❗Do not forget to add prefixes that are mentioned in the Notes!