Scraping Popup with Accordion

Inside of a Popup is an accordion and I try to scrape the content of the first toggle. How can i do it?

Url: PlayStation 5 Digital Edition Next Gen | Kaufland.de

First you must click on "Impressum" to Pop-Up and then on the first entry

like this:

{"_id":"KAUFLAND","startUrl":["https://www.kaufland.de/product/383425792/"],"selectors":[{"clickActionType":"real","clickElementSelector":"span.rd-info-card__link:contains(\"Impressum\")","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":1000,"discardInitialElements":"discard","id":"click","multiple":false,"parentSelectors":["_root"],"selector":"body","type":"SelectorElementClick"},{"clickActionType":"real","clickElementSelector":"button.rd-accordion__button:contains(\"Impressum\")","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":500,"discardInitialElements":"discard","id":"click2","multiple":false,"parentSelectors":["_root"],"selector":"body","type":"SelectorElementClick"},{"id":"content","multiple":false,"parentSelectors":["click2"],"regex":"","selector":".rd-accordion__content--shown .rd-accordion__inner-content div","type":"SelectorText"}]}