Hi,
I want to extract all table data from web page, i use Extract data from web page, but It can only recognize one row of data, not the entire table.
The recognized HTML tags are as follows:
html > body > div:eq(6) > div:eq(1) > div:eq(0) > div > iframe:eq(0) > html > body > form:eq(2) > div > table > tbody > tr > td > div > span:eq(2) > table > tbody > tr:eq(1) > td > table > tbody > tr > td > table > tbody > tr:eq(1) > td > div > table > tbody > tr > td:eq(1) > table > tbody > tr:eq(0) > td > table
Attribute as follows:
innertext-fast
Please help me, thanks.