hello
i’m trying to Extract details from a details page for each item in the browser table
as shown below i have (Contract number) and each Contract has a details page
i want to extract the Details for each Contract with a dynamic selector
how can i do it ??
Good afternoon to you!
As I understand your question, you can use the standard Data Scraping method for “Details” elements. In this tool you can get a URL where Details leads.
It is also possible to use Get Attribute activate to count element metadata such as URL.
Please send the selector that you are working on.
First of all i’m getting the Contrats Number From Excel Sheet
then i have To extract The details for each Row in this Excel sheet
i’m trying to get to the details Page Based on the Contract Number in the Browser for each row ExtractDetails.xaml (34.5 KB)
This is the Workflow i’m working on in my Framework
Thanks in advance
That’s What i’m Trying to Do But i’m Facing a problem on how to do it
This is My workflow if you can Check it and Feel Free To modify it
Thanks in Advance ExtractDetails.xaml (34.5 KB)