How to get all similar elements 's info from Web page then click them one by one

Step1
I need to get all goods info from Temu web(Temu | Explore the Latest Clothing, Beauty, Home, Jewelry & More).
I have tried “find children activity”, and “Extract table Data activity” but not work…


Step2
Then filter the info or element list we got at Step1
Step3
Loop the filtered elements, and click them one by one.

2 Likes

@1102690983

for each ui element can be used for clicks

for extraction can use extract table data or table extraction wizard from the top menu in studio..this can extract url to navigate to products as well so instead of clicks can get these urls and use go to url as well

cheers

1 Like

@1102690983,

You can use Table extraction for this. In there make sure you are capturing URL of each product as well.

Once extraction completed, you can use For Each loop to navigate to each product.

2 Likes

The best way would be to use an Extraction Table , make sure you account for page change and these details.

3 Likes