I am able to extract table 1 contain but not able to extract table 2 contain.
This is flow to extract table 1 contain:
xpath expression to extract text from 1st table : //table[1]/tbody[1]/tr[2]/td[1]/p[1]
this expression gives fields of 1st table,
but simliar expression : //table[2]/tbody[1]/tr[2]/td[1]/p[1]
is not working
not able to extract 2nd table html in one compose
this is contain of outlook
which contains two tables i wanted to extract 2nd table in separate compose and extract data from that compose.
Hi @KMagare ,
Is it possible for you to post your HTML here?