Can anyone please let us know the possibility of capturing the report elements and comparing them with the application data
I am unable to attach screen shot of the HTML report source here also.
><TD ROWSPAN="2" COLSPAN="3"></TD><TD COLSPAN="17"><DIV growRect="true" style="WIDTH:204.21mm;min-width:204.21mm;HEIGHT:33.43mm;" class="Abcc5464c1acc4c48b277f0e6d02ce75e12951"><TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0" COLS="25" LANG="en-US" class="P9c6206ae5b8642a285ee60c6c4ec8c6b_1_r10""><TR><TD style="HEIGHT:0.51mm;WIDTH:0.00mm"></TD><TD style="WIDTH:1.27mm;min-width:1.27mm"></TD><TD style="WIDTH:0.00mm;min-width:0.00mm"></TD><TD style="WIDTH:30.85mm;min-width:30.85mm"></TD><TD style="WIDTH:0.35mm;min-width:0.35mm"></TD><TD style="WIDTH:2.57mm;min-width:2.57mm"></TD><TD style="WIDTH:0.92mm;min-width:0.92mm"></TD><TD style="WIDTH:38.71mm;min-width:38.71mm"></TD><TD style="WIDTH:8.25mm;min-width:8.25mm"></TD><TD style="WIDTH:0.89mm;min-width:0.89mm"></TD><TD style="WIDTH:18.18mm;min-width:18.18mm"></TD><TD style="WIDTH:1.06mm;min-width:1.06mm"></TD><TD style="WIDTH:1.97mm;min-width:1.97mm"></TD><TD style="WIDTH:0.60mm;min-width:0.60mm"></TD><TD style="WIDTH:7.16mm;min-width:7.16mm"></TD><TD style="WIDTH:25.65mm;min-width:25.65mm"></TD><TD style="WIDTH:4.93mm;min-width:4.93mm"></TD><TD style="WIDTH:0.25mm;min-width:0.25mm"></TD><TD style="WIDTH:0.81mm;min-width:0.81mm"></TD><TD style="WIDTH:9.88mm;min-width:9.88mm"></TD><TD style="WIDTH:0.95mm;min-width:0.95mm"></TD><TD style="WIDTH:2.57mm;min-width:2.57mm"></TD><TD style="WIDTH:1.63mm;min-width:1.63mm"></TD><TD style="WIDTH:41.67mm;min-width:41.67mm"></TD><TD style="WIDTH:2.90mm;min-width:2.90mm"></TD></TR><TR VALIGN="top"><TD style="HEIGHT:0.16mm;WIDTH:0.00mm"></TD><TD COLSPAN="11"></TD><TD ROWSPAN="2" COLSPAN="2"><TABLE CELLSPACING="0" CELLPADDING="0" LANG="en-US" style=""><TR><TD style="WIDTH:2.57mm;min-width:2.57mm;HEIGHT:4.76mm;" class="Abcc5464c1acc4c48b277f0e6d02ce75e12818">:</TD></TR></TABLE></TD><TD COLSPAN="11"></TD></TR><TR VALIGN="top"><TD style="HEIGHT:4.61mm;WIDTH:0.00mm"></TD><TD></TD><TD COLSPAN="2"><TABLE CELLSPACING="0" CELLPADDING="0" LANG="en-US" style=""><TR><TD style="WIDTH:30.85mm;min-width:30.85mm;HEIGHT:4.76mm;" class="Abcc5464c1acc4c48b277f0e6d02ce75e12821">Relationship</TD></TR></TABLE></TD><TD></TD><TD><TABLE CELLSPACING="0" CELLPADDING="0" LANG="en-US" style=""><TR><TD style="WIDTH:2.57mm;min-width:2.57mm;HEIGHT:4.76mm;" class="Abcc5464c1acc4c48b277f0e6d02ce75e12824">:</TD></TR></TABLE></TD><TD></TD><TD COLSPAN="2"><TABLE CELLSPACING="0" CELLPADDING="0" LANG="en-US" style=""><TR><TD style="WIDTH:46.96mm;min-width:46.96mm;HEIGHT:4.76mm;" class="Abcc5464c1acc4c48b277f0e6d02ce75e12896">POC_Reports_test</TD></TR></TABLE></TD><TD>
<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"
The code "browser.td(:class => "Abcc5464c1acc4c48b277f0e6d02ce75e12896").text" is giving me an error "Undefinde method td".
here the class value for td is not unique.
I mean to say the :class ' Abcc5464c1acc4c48b277f0e6d02ce75e12896 ' is dynamically changing every time we generate the report.