Help selecting various items on a page

Hey hows it going?

I have to go on a website with various products on various pages, i need to click on each one and when the page opens i need to get the description, the product code, the product value, etc. I could do it one by one but that’ll take for ever, is there a way to use one sequence for all the products. Maybe with a for each but I dont know how to tell the for each when to start and when to end. Please help!

Thanks

Hi @Daniel_Alzate , I think you can use dynamic selector to resolve this issue. If you analyze the selector for every product you might find one integer value which is incrementing product by product. You can replace that with an integer type variable and can increment that after scrapping a product name, description etc.