I am Facing an issue when i am trying to extract table From a WebPdfPage

When I am trying To extract Data From A webpdf Page, it is Extracting null value ,i think it is because I have tabs with Same Name .But When i select the whole table as element then the data is extracted in String Form. For Example ("Sr.No Explosive Name (Brand ID) Size Code Size Code Description Class Division Quantity Unit Product Description
(if any)
1 Eco Prime (1375) CDA CDA - 83 MM - 2780 GM x 9 Nos. = 25 KG 2 0 4000.000 Kg. "
)


i want to extract qty and unit Can anyone helpme in this??

you can use screen scrapping or data scrapping

@Prateek_Gulab_Pathak

Use the output of use browser activity or open browser activity to target to the required tab even when multiple are open

Also if it is working with get text …then ideally table extraction also should work please check the selector if correct window is being used same as get text

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.