Scrape a list of toggle sections

Hi,

I would like to scrape a list of toggles sections.
I'm able to get the result from the first toggle section. However it's hard for me to select multiple elements because i can't shift hold and select the next togle list section. Can sombody explain how to do that ?

URL: Training online :: Aktive*r Ü 20 :: Trainer*in :: Training und Service - Fussball.de

Code:
{"_id":"fussball","startUrl":["Trainingseinheiten :: Training online :: Aktive*r Ü 20 :: Trainer*in :: Training und Service - Fussball.de h3","type":"SelectorText"},{"id":"beschreibung","multiple":false,"parentSelectors":["linkselect"],"regex":"","selector":".generic-text-wrap p","type":"SelectorText"},{"clickElementSelector":"a.accordion-toggle","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","id":"toggle1","multiple":true,"parentSelectors":["linkselect"],"selector":"div.panel:nth-of-type(1)","type":"SelectorElementClick"},{"id":"section_name","multiple":false,"parentSelectors":["toggle1"],"regex":"","selector":"a.accordion-toggle","type":"SelectorText"},{"id":"section_inhalt","multiple":false,"parentSelectors":["toggle1"],"regex":"","selector":"div.csc-textpic-text","type":"SelectorText"}]}