How to scrape more information which needs to be clicked to show

Describe the problem.
i don't find a solution to scrape more information which needs to be clicked to show. so i search for help here.
Url: http://example.com
Delphi Electric SRL | Sellers | Romania
Sitemap:
{id:"sitemap code"}

@kaosmys Hi, knowing that these details can be seen on a separate link, it seems as in this case this data can be accessed using a 'Link' selector.

Example:

{"_id":"enfsolar-test","startUrl":["https://www.enfsolar.com/delphi-electric?directory=seller&utm_source=ENF&utm_medium=other_europe&utm_content=67687&utm_campaign=profiles_seller"],"selectors":[{"id":"more-link-1","multiple":false,"parentSelectors":["_root"],"selector":"div.enf-side-product:nth-of-type(1) a.enf-btn","type":"SelectorLink"},{"id":"wrapper","multiple":true,"parentSelectors":["more-link-1"],"selector":".enf-compare-pages-table tr:nth-of-type(n+6)","type":"SelectorElement"},{"id":"criteria","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"th","type":"SelectorText"},{"id":"value-1","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"td.active","type":"SelectorText"}]}