Currently the implicit behaviour of most steps is to execute only once, the first time an appropriate representation is received. It should be possible to add an option for them to be processed more than once. For example to always follow a link: ``` With Link "up" { Follow always } ```