Pdf downloading

Hiiii,
Below is the image please refer to it.

For the Party “Financial commissioner” i have to download the “pdf” which is in case number.
Can anyone help me with the helps.
Reply ASAP

Thanks and Regards,
Supriya

Hi,

The selectors should be helpful in clicking the hyper link so once you click then you can use save as or save to some location.

Please send the selectors for more clear information.
This will help us to get a solution.

Regards,
Pavan H

Hii,

Selector is related to case number.
What are the steps let me know
How do i download pdf depending on party and pdf is in case number
Reply ASAP
Thanks and Regards,
Supriya

@supu123

You can use “extract structured data” activity to extract the entire table and the output will be saved in data table.

  1. Try to find a selector which contains common path except the variable part like case number is different for each row.
  2. Use ‘for each activity’ to iterate through data table and check whether “Party” column contains ‘Financial Commissioner’ or not.
  3. If Yes, then fetch the Case Number value from the same row and add it to the above selector.
  4. Use click activity to click on “Case Number” using Attach Window activity.

Let me know if you’ve any queries.

Hii,

=> Try to find a selector which contains common path except the variable part like case number is different for each row.
I didn’t get this point.

Thanks and Regards,
Supriya

@supu123

Find individual selector for all three Case Number(anchor links) and try to observe the pattern between them. The part which is changing as per each record, keep it under separate variable( As i mentioned in point 3).

Ex: title and tag name is same for all rows but webcontrol aaname is changing for each row.

ohkkk…
Got it.I wil try with it.If any problem I will ping back.
What is the " ExtractMetadata" given in “Extract Structure Data”.

Thanks and Regards,
Supriya

@supu123

Please go through this Link. It helps you out in your query.

Sure, Let me know incase of any problem.

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