Hi all
Currently I am trying to extract a table from a page that contains multiple tables. The table that I am interested in comes after this html code
<caption> Results </caption>
So I would like to know how I can identify the table that comes after that html code ? Cheers