Hi
I am trying to pick up the below element in the picture from website: https://folders.co.nz/collections/built-in-ovens
I'm trying to get the products to dump one after the other in their html form with the following expression:
=Dump(XPathOnUrl("https://folders.co.nz/collections/built-in-ovens","//li[@class='snize-product']",,,"html"))
This is not picking up any information around the model number and pricing etc. What am I doing wrong here?
Thanks in advance for your help