Help opening accordion

I am having trouble opening the accordion system on this website. All I need to get are the links that are located within them all. I dont need it to open the links. I am having troubles opening the accordions. In the "element click" I dont think that i understand the meaning of the "selector" and the "Click selector". Of course, I could have also not setup the sitemap correctly with the original selector as we.. Any help is greatly appreciated.

Url: Tribal Enterprise Directory – United South & Eastern Tribes

Sitemap:
{"_id":"usetinctribalenterprisedirectory","startUrl":["https://www.usetinc.org/departments/economic-development/tribal-enterprise-directory/"],"selectors":[{"extractAttribute":"","id":"Select ","parentSelectors":["_root"],"selector":"button.collapsed","type":"SelectorGroup"},{"clickActionType":"real","clickElementSelector":"button[aria-expanded='true']","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","id":"Open Accordian","multiple":true,"parentSelectors":["_root"],"selector":"button.collapsed","type":"SelectorElementClick"},{"id":"Page Link","linkType":"linkFromHref","multiple":false,"parentSelectors":["_root"],"selector":"#wst-collapse-2-1-ce59e5fcc2825d58a238d1e8fbde13a8 a","type":"SelectorLink"},{"id":"Business Name and Tribe and Location","multiple":false,"parentSelectors":["_root"],"regex":"","selector":".show li","type":"SelectorText"}]}

You don't need to open all accordion elements....
Check this:

{"_id":"usetinctribalenterprisedirectory","startUrl":["https://www.usetinc.org/departments/economic-development/tribal-enterprise-directory/"],"selectors":[{"id":"links","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":".content li a","type":"SelectorLink"}]}
1 Like

Ha! well that was a lot easier than I thought. Thank you!