Hi all,
I have different tables with TableNames in web page,
I have to extract Specified Table Name (with details) in a web page which contains many tables with different Names
May I know how to achieve it.
Thanks in advance.
Saritha
Hi all,
I have different tables with TableNames in web page,
I have to extract Specified Table Name (with details) in a web page which contains many tables with different Names
May I know how to achieve it.
Thanks in advance.
Saritha
HI,
Can you elaborate with specific example?
Regards,
HI,
It’s necessary to have proper way depending its structure.
Is the “Table2” caption element in Table element or independent element?
If former, we can indicate the target table using aaname attribute in TableExtraction
If latter, we might be able to use relative selector which include “Table2”
Regards,
Check if the table has a name or id static that can be leveraged to get the table data…
Else can try with using the tablename anchor
Cheers