What is the underlaying test object to which they refer? Is that the DOM element (e.g. button)?
More to the point, how to I achieve what I am trying to do - I want to change/edit the first action to operate on a differrent DOM node (I want to click a different button). I thought I could just edit the JavaScript to return a different node but I seem to be missing a concept here...
Thanks,
-Mark