How to get the list of products shown in a webpage..?

Hi,

I have a page where a list of products are shown and they change often. I would like to know how can I dynamically get the list of the products shown and select one of them. Please click on the below link to see how the page looks,

https://en-ae.sssports.com/mens/clothing/tops/polo-shirts

https://docs.katalon.com/katalon-studio/docs/webui-get-all-links-on-current-page.html

You probably want to limit the links returned to only those with class=“product-item-link”. For that, I’d use JavaScript but maybe somebody else will chime in with a Katalon method you can use.

I must say, having taken a look at the code, the developers have certainly made it easy to get the information you need – lots of data-* attributes full of good info. Kudos to those guys!

Hey Russ, thank you for the pointer. Let me check this out.