Hi Zeljko, The code "browser.td(:class => "Abcc5464c1acc4c48b277f0e6d02ce75e12896").text" is giving me an error "Undefinde method td". here the class value for td is not unique.
On Friday, 10 May 2013 13:31:10 UTC+5:30, Željko Filipin wrote: > On Fri, May 10, 2013 at 5:15 AM, v b baba kanchustambham < > [email protected] <javascript:>> wrote: > >> <TD style="WIDTH:46.96mm;min-width:46.96mm;HEIGHT:4.76mm;" class= >> "Abcc5464c1acc4c48b277f0e6d02ce75e12896">POC_Reports_test</TD> >> Can you please let me know which method i should use to capture the value >> "POC_Reports_test" >> > > This should do it: > > browser.td(:class => "Abcc5464c1acc4c48b277f0e6d02ce75e12896").text > > Željko > > -- -- 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] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
