Selectors only select the whole page

Hello good people!

Here is my daily dose of head scratching :smile:
I am trying to retrieve data from BuildingSmart website, precisely the enumeration types and their details.
I noticed that while clicking different links, the page URL does not change, and I can only find the links if I right-click and copy.

Because of this, the selectors (link, text) cannot "select" what I need.
Is anyone willing to help me with this?

@matteomandrile Hi, you should be able to access the listing links with the following 'Link' selector - a.listing-link

Example:

{"_id":"standards-buildingsmart-org","startUrl":["https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD2_TC1/HTML/annex/annex-b/alphabeticalorder_enumtypes.htm"],"selectors":[{"id":"links","multiple":true,"parentSelectors":["_root"],"selector":"a.listing-link","type":"SelectorLink"},{"id":"title","multiple":false,"parentSelectors":["links"],"regex":"","selector":"h4","type":"SelectorText"}]}