Hi, I tried all the possible ways mentioned in the below link, None of them worked.
http://stackoverflow.com/questions/5174637/in-watir-how-can-i-access-the-text-inside-a-dd Please find the html tag below from where i have to get the value by passing the dt tag*(<DT>System Account ID </DT>*). and it should return me *37914766 * <DL class=col_3> <DT>System Account ID </DT> <DD>37914766 </DD> <DT>Account Name </DT> <DD>AccountName1 </DD> </DL> Regards, Gajendra On Mon, Jun 4, 2012 at 7:13 PM, Cassiano Leal <[email protected]>wrote: > On 4 June 2012 10:20, Gajendra Jain <[email protected]> wrote: > >> Hi, >> >> Could you please help me in getting the value from the webpage? >> >> I have to read the value which are against the field name. >> >> For ex: >> I want to read the dynamic value generated against System Account ID >> Please find the attached screenshot? >> >> Regards, >> Gajendra >> >> > You could try this question's accepted answer: > http://stackoverflow.com/questions/5174637/in-watir-how-can-i-access-the-text-inside-a-dd. > Looks sensible. > > - cassiano > > -- > Before posting, please read http://watir.com/support. In short: search > before you ask, be nice. > > [email protected] > http://groups.google.com/group/watir-general > [email protected] > -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
