I need to catch in IE object <tr class="cab_table">
. Inside it, I have to search by asking if part of the text contains the date 31072017
, and when I find this date on the same line I have to click on the href to download an Excel file
<a title="Exporta Pdf" href="pesquisaAvisoPagamentoPdf.php?parametro_visualizacao=26902796" target="_blank">
<img width="15" src="/mercantil/pt_br/img/img_arq_pdf.gif" border="0">
</a>
How do I do this?