I don't think there is a class for a "dd" element - but since you are
using xpath to identify your element anyway, you don't need it - just
use:

@browser.element_by_xpath("//yourxpathExpressionGoesHere")

And it might be a good idea to shorten that xpath if you it identifies
correctly further down the tree, like on the last div or something.

Regards,

John
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to