Re: [wtr-general] Problem with attribute_value() -- Zeljko?

2010-02-10 Thread Wesley Chen
The code below can work in my editor. puts $ie.text_field(:xpath, "//inp...@qa='request-form.first_name']/") puts $ie.form(:index, 1).attribute_value("qa") * * *I have the same Watir, ruby version, windows version as you.* *I think you may try the code again.* * * Wesley. For life, the easier, the

[wtr-general] Problem with attribute_value() -- Zeljko?

2010-02-10 Thread AR
One of our developers has been trying to make clearer hooks for my WATIR development efforts. We're testing a theory using custom tags to see if I can access elements, and after following the advice here and on Zeljko's blog, I'm running into an interesting issue. These examples are not in an exa