I'm trying to click through each page and on each page click on "View details" to get inside the product page get all the details:
- Title
- Price
- Click "view more" for... Product details
- Click "Details" for... product materials description
- Product image
{"_id":"MIKIMOTO","startUrl":["https://www.mikimotoamerica.com/us_en/jewelry"],"selectors":[{"id":"Pagination","paginationType":"auto","parentSelectors":["_root","Pagination"],"selector":"div:nth-of-type(3) a.next","type":"SelectorPagination"},{"id":"Element","multiple":true,"parentSelectors":["Pagination"],"selector":"div.product-catalog-item-hover","type":"SelectorElement"},{"id":"Group","multiple":false,"parentSelectors":["Element"],"regex":"","selector":"div.product-category","type":"SelectorText"},{"id":"Title","multiple":false,"parentSelectors":["Element"],"regex":"","selector":".product-title a","type":"SelectorText"},{"id":"Price","multiple":false,"parentSelectors":["Element"],"regex":"","selector":".price-wrapper span","type":"SelectorText"}]}