| template | ||
| open | / | |
| pause | 1000 | |
| store | value | myVaraiable |
| clickAndWait | link=myLink | |
| ... | ... | ... |
| assertTitle | myTitle | |
| assertElementPresent | myElement | |
| assertTextPresent | ${myVariable} | |
| ... | ... | ... |
| ... | ... | ... |
| Executing actions | ||
| ... | ... | ... |
| Verifying results | ||
| ... | ... | ... |
| ... | ... | ... |
| ... | ... | ... |
| ... | ... | ... |