Should this be possible?
i.e. rather than specify an *exact* object within the IE, have this 'object'
within a variable:
<code>
v_type = text_field
ie.#{v_type}(:id, "emailAddress").flash
</code>
It doesn't work as I have it above. Neither do the following:
<code>
ie.{v_type}(:id, "emailAddress").flash
ie.#v_type(:id, "emailAddress").flash
ie.v_type(:id, "emailAddress").flash
</code>
Can I actually do this???
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general