I want to scrape the button named "INGREDIENTS", "HOW TO USE" & "SHELF LIFE", when any one of them is clicked it opens and stays active, then others collapse, and when making the selectors for them, all values are same.
Without clicking on them it doesn't even scrape an individual button.
Having used different parent and children selectors, it doesn't suffice, it give the same data on three of them.
Help!!!
Url: https://www.futureorganics.in/
Sitemap:
{"_id":"futureorganics_CATEGORIES_HealthyTeas","startUrl":["https://www.futureorganics.in/healthy-teas"],"selectors":[{"id":"URL Text","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":"a.JPDEZd","type":"SelectorLink"},{"id":"Breadcrumbs","multiple":false,"parentSelectors":["URL Text"],"regex":"","selector":"div.ujHWxY","type":"SelectorText"},{"id":"Name","multiple":false,"parentSelectors":["URL Text"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"SKU","multiple":false,"parentSelectors":["URL Text"],"regex":"","selector":"div.SDLrh4","type":"SelectorText"},{"id":"Price","multiple":false,"parentSelectors":["URL Text"],"regex":"","selector":"span[data-hook='formatted-primary-price']","type":"SelectorText"},{"id":"Weight","multiple":false,"parentSelectors":["URL Text"],"regex":"","selector":"button.sV2FG8J","type":"SelectorText"},{"id":"Item Status","multiple":false,"parentSelectors":["URL Text"],"regex":"","selector":"span.sLvk1oG","type":"SelectorText"},{"id":"TEXT Description","multiple":false,"parentSelectors":["URL Text"],"regex":"","selector":"div.WAZqE7","type":"SelectorText"},{"id":"HTML Description","multiple":false,"parentSelectors":["URL Text"],"regex":"","selector":"div.WAZqE7","type":"SelectorHTML"},{"id":"TEXT Ingredients","multiple":false,"parentSelectors":["URL Text"],"regex":"","selector":"li.undefined","type":"SelectorText"},{"id":"HTML Ingredients","multiple":false,"parentSelectors":["URL Text"],"regex":"","selector":"li.undefined","type":"SelectorHTML"},{"id":"TEXT How To Use","multiple":false,"parentSelectors":["URL Text"],"regex":"","selector":".rah-static--height-auto div.zp8uy2","type":"SelectorText"},{"id":"HTML How To Use","multiple":false,"parentSelectors":["URL Text"],"regex":"","selector":".rah-static--height-auto div.zp8uy2","type":"SelectorHTML"},{"id":"TEXT Shelf Life","multiple":false,"parentSelectors":["URL Text"],"regex":"","selector":".rah-static--height-auto div.zp8uy2","type":"SelectorText"},{"id":"HTML Shelf Life","multiple":false,"parentSelectors":["URL Text"],"regex":"","selector":".rah-static--height-auto div.zp8uy2","type":"SelectorHTML"},{"extractAttribute":"href","id":"Images","parentSelectors":["URL Text"],"selector":"div.main-media-image-wrapper-hook div.v4kqzh","type":"SelectorGroup"}]}