If you do your Table Extraction correctly, with the “extract URL” setting, then you’ll have the URL in the datatable, so instead of having to click anything you can just use Use Application/Browser to open that URL and get the additional data.
If you are using the modern design activities.
=> Use the Extract datatable activity to scrap the data in the webpage which are in the datatable format. Output of Extract datatable activity is in Datatable variable type, Let’s call it as dtExtract.
=> Use for each row in datatable activity to iterate the rows in the datatable. Output → Currentrow.
=> For dtExtract the column name for company name is Financial instrument. Store the each row value of financial statement column value in a variable with assign activity. Insert this assign activity inside the for each row in datatable activity.
=> After assign activity take the click activity and indicate the first company element. When indicating the element in the webpage, make sure to check the strict selector and uncheck the fuzzy and image.
=> Open the target selectors of click activity and select the attribute aaname or innertext which contains the company name in it. Replace the text of attribute with the CompanyName variable which stored the row value, and validate the selector.
=> After this activity use another use application\browser activity to indicate the redirected page to scrap the company details and all.
hi
1.create a variable and assign the value to it as shown below
2.pass the variable in the selector of click activity so that it will click on each and every company