[wtr-general] Re: dd element of HTML

2009-02-18 Thread Niharika Patro
Thanks John :) Yes, I would shorten the xpath to //d...@id='rel_outer']/div/d...@id='pnp_relvid1']/d...@id='rvid4']/d...@id='rel_4']/dl/dd[1] Regards Niharika On Wed, Feb 18, 2009 at 4:26 PM, John Kolokotronis johnj...@gmail.comwrote: I don't think there is a class for a dd element - but

[wtr-general] Re: dd element of HTML

2009-02-18 Thread Darin Duphorn
I had the same thing. Goto C:\ruby\lib\ruby\gems\1.8\gems\watir-1.6.2\lib\watir Open non_control_elements Find This: # this class is used to deal with Div tags in the html page. http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/div.as p?frame=true # It

[wtr-general] Re: dd element of HTML

2009-02-18 Thread Niharika Patro
Thanks Darin, the info is very useful :) Regards Niharika On Wed, Feb 18, 2009 at 7:50 PM, Darin Duphorn dduph...@redbrickhealth.comwrote: I had the same thing. Goto C:\ruby\lib\ruby\gems\1.8\gems\watir-1.6.2\lib\watir Open non_control_elements Find This: # this class