Need help with links extraction from multiple popup windows

https://s6.goeshow.com/caaeyc/annual/2023/exhibitor_exhibitor_list.cfm

Tried using For each UI element for the website above but failed. Any sample or reference really appreciated.

Hi @Anas_Sharafudeen,

Did you try Extract datatable activity or Table extraction?

https://docs.uipath.com/activities/other/latest/user-guide/table-extraction

In Modern:

In Classic:

image

Hope this helps.

Hi @Anas_Sharafudeen ,

You can try the table extraction method to get the info from the mentioned website as suggested by @Harshith_Adyanthaya ,

Regards,

1 Like

My objective is to extract data within the each element. When you click on it Popup windows comes up providing additional info about respective element but website/link of the exhibitor is hidden with javascript popup as well when you href. Iam trying to extract it through href as my attribute.

Extract data using Table extraction. Then use for each row to loop through each data and click.

image

make aaname is variable

image

Or you can try using tableRow as differenciater

Hi,

We can achieve this using ForEachUiElement and GetAttrbiute as the following. Can you try this?

Output

Sample

Sample20230409-1aL.zip (6.4 KB)

Regards,