Hi Ajitesh, If you have HTML like this:
<table> <tr> <td bgcolor=red> text </td> </tr> </table>
Then you can directly use the method attribute_value to get the value for
bgcolor like this:
ie.table(:index, 1)[1][1].attribute_value("bgcolor")
Regards,
Angrez
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
