> ie.link(:after?, ie.image(:id, 'foo')).click Does / can this apply to anything other than 'links' or 'images'? i.e. I attempted this: ie.text_field(:after?, ie.label(:for, "confirmPassword")).flash Which didn't work. Even though the individual ie.label(:for, "confirmPassword") *does* work. Asking too much here? :)