How can i click the "tab"

i want to scrape the content on the tabs "Fütterungsempfehlung" and "Analytische Bestandteile", but i dont know how i can "click" or use the tabs.....

look the tabs here:
https://www.barf-snack.de/wild-komplett-wild-pur-500g

Sitemap:
{"_id":"barf-snack","startUrl":["https://www.barf-snack.de"],"selectors":[{"id":"menu1","type":"SelectorLink","parentSelectors":["_root"],"selector":"div.navigation--list-wrapper li.navigation--entry:nth-of-type(n+2) a.navigation--link","multiple":true,"delay":0},{"id":"menu2","type":"SelectorLink","parentSelectors":["menu1"],"selector":"li.navigation--entry li.navigation--entry a.navigation--link","multiple":true,"delay":0},{"id":"Produkte","type":"SelectorLink","parentSelectors":["menu2"],"selector":"div.product--info a.product--image","multiple":true,"delay":0},{"id":"Ordnung1","type":"SelectorText","parentSelectors":["Produkte"],"selector":"li.breadcrumb--entry:nth-of-type(1) span.breadcrumb--title","multiple":false,"regex":"","delay":0},{"id":"Ordnung2","type":"SelectorText","parentSelectors":["Produkte"],"selector":"li.breadcrumb--entry.is--active span.breadcrumb--title","multiple":false,"regex":"","delay":0},{"id":"preis","type":"SelectorText","parentSelectors":["Produkte"],"selector":"span.price--content","multiple":false,"regex":"","delay":0},{"id":"artikelnummer","type":"SelectorText","parentSelectors":["Produkte"],"selector":"div.product--price.price--unit","multiple":false,"regex":"","delay":0},{"id":"Menge","type":"SelectorText","parentSelectors":["Produkte"],"selector":"select.quantity--select","multiple":false,"regex":"","delay":0},{"id":"Beschreibung","type":"SelectorText","parentSelectors":["Produkte"],"selector":"div.tab--container.is--active p","multiple":false,"regex":"","delay":0},{"id":"fuetterung","type":"SelectorElement","parentSelectors":["Produkte"],"selector":"div.tab-menu--product a.tab--link:nth-of-type(2)","multiple":false,"delay":0},{"id":"fütterungsempfehlung","type":"SelectorText","parentSelectors":["fuetterung"],"selector":"div.tab--container.is--active p","multiple":false,"regex":"","delay":0},{"id":"analytik","type":"SelectorElement","parentSelectors":["Produkte"],"selector":"div.tab-menu--product a.tab--link:nth-of-type(3)","multiple":false,"delay":0},{"id":"analytischeTeile","type":"SelectorText","parentSelectors":["analytik"],"selector":"div.tab--container.is--active div.product--description","multiple":false,"regex":"","delay":0},{"id":"ana1","type":"SelectorText","parentSelectors":["analytik"],"selector":"table.analytics tr:nth-of-type(1) td:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"ana1wert","type":"SelectorText","parentSelectors":["analytik"],"selector":"table.analytics tr:nth-of-type(1) td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"ana2","type":"SelectorText","parentSelectors":["analytik"],"selector":"table.analytics tr:nth-of-type(2) td:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"ana2wert","type":"SelectorText","parentSelectors":["analytik"],"selector":"table.analytics tr:nth-of-type(2) td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"ana3","type":"SelectorText","parentSelectors":["analytik"],"selector":"table.analytics tr:nth-of-type(3) td:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"ana3wert","type":"SelectorText","parentSelectors":["analytik"],"selector":"table.analytics tr:nth-of-type(3) td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"ana4","type":"SelectorText","parentSelectors":["analytik"],"selector":"tr:nth-of-type(4) td:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"ana4wert","type":"SelectorText","parentSelectors":["analytik"],"selector":"tr:nth-of-type(4) td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"ana5","type":"SelectorText","parentSelectors":["analytik"],"selector":"tr:nth-of-type(5) td:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"ana5wert","type":"SelectorText","parentSelectors":["analytik"],"selector":"tr:nth-of-type(5) td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"bild1","type":"SelectorImage","parentSelectors":["Produkte"],"selector":"div.image--box:nth-of-type(1) img","multiple":false,"delay":0}]}

Element Click - Click selector for the tabs, selector to whatever data you want to scrape. Individual selectors go as a child to the element click.

i have tried .... but it doesnt work...or i dont understand :wink:

can you change my sitemap?

{"_id":"barf-snack","startUrl":["https://www.barf-snack.de/rindfleisch-1000g"],"selectors":[{"id":"menu1","type":"SelectorLink","parentSelectors":["_root"],"selector":"div.navigation--list-wrapper li.navigation--entry:nth-of-type(n+2) a.navigation--link","multiple":true,"delay":0},{"id":"menu2","type":"SelectorLink","parentSelectors":["menu1"],"selector":"li.navigation--entry li.navigation--entry a.navigation--link","multiple":true,"delay":0},{"id":"Produkte","type":"SelectorLink","parentSelectors":["menu2"],"selector":"div.product--info a.product--image","multiple":true,"delay":0},{"id":"Ordnung1","type":"SelectorText","parentSelectors":["Produkte"],"selector":"li.breadcrumb--entry:nth-of-type(1) span.breadcrumb--title","multiple":false,"regex":"","delay":0},{"id":"Ordnung2","type":"SelectorText","parentSelectors":["Produkte"],"selector":"li.breadcrumb--entry.is--active span.breadcrumb--title","multiple":false,"regex":"","delay":0},{"id":"preis","type":"SelectorText","parentSelectors":["Produkte"],"selector":"span.price--content","multiple":false,"regex":"","delay":0},{"id":"artikelnummer","type":"SelectorText","parentSelectors":["Produkte"],"selector":"div.product--price.price--unit","multiple":false,"regex":"","delay":0},{"id":"Menge","type":"SelectorText","parentSelectors":["Produkte"],"selector":"select.quantity--select","multiple":false,"regex":"","delay":0},{"id":"Beschreibung","type":"SelectorText","parentSelectors":["Produkte"],"selector":"div.tab--container.is--active p","multiple":false,"regex":"","delay":0},{"id":"fuetterung","type":"SelectorElementClick","parentSelectors":["Produkte"],"selector":"div.tab--container.is--active p","multiple":false,"delay":0,"clickElementSelector":"div.tab-menu--product a.tab--link:nth-of-type(2)","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"analytik","type":"SelectorElementClick","parentSelectors":["Produkte"],"selector":"strong.entry--label","multiple":false,"delay":0,"clickElementSelector":"div.tab-menu--product a.tab--link:nth-of-type(3)","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"analytischeTeile","type":"SelectorText","parentSelectors":["analytik"],"selector":"div.tab--container.is--active div.product--description","multiple":false,"regex":"","delay":0},{"id":"ana1","type":"SelectorText","parentSelectors":["analytik"],"selector":"table.analytics tr:nth-of-type(1) td:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"ana1wert","type":"SelectorText","parentSelectors":["analytik"],"selector":"table.analytics tr:nth-of-type(1) td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"ana2","type":"SelectorText","parentSelectors":["analytik"],"selector":"table.analytics tr:nth-of-type(2) td:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"ana2wert","type":"SelectorText","parentSelectors":["analytik"],"selector":"table.analytics tr:nth-of-type(2) td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"ana3","type":"SelectorText","parentSelectors":["analytik"],"selector":"table.analytics tr:nth-of-type(3) td:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"ana3wert","type":"SelectorText","parentSelectors":["analytik"],"selector":"table.analytics tr:nth-of-type(3) td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"ana4","type":"SelectorText","parentSelectors":["analytik"],"selector":"tr:nth-of-type(4) td:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"ana4wert","type":"SelectorText","parentSelectors":["analytik"],"selector":"tr:nth-of-type(4) td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"ana5","type":"SelectorText","parentSelectors":["analytik"],"selector":"tr:nth-of-type(5) td:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"ana5wert","type":"SelectorText","parentSelectors":["analytik"],"selector":"tr:nth-of-type(5) td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"bild1","type":"SelectorImage","parentSelectors":["Produkte"],"selector":"div.image--box:nth-of-type(1) img","multiple":false,"delay":0}]}

i tried it again...but element click dont show the other tabs :frowning:

Ist it possible to click directly on "Fütterungsempfehlung"?

can anybody help?