Issue with Link Type

I am trying to get active firms from the below link, Active check box to be checked under "Vendor Status and upon clicking search right pane will display all the results. The issue starts with the link selector, none of the link types work except for "Link from any script" option. I haven't set the pagination yet since i am trying out the first page for now. I have nested the data extraction from loaded page under the "Link" but for some reason the window is closed as soon as the profile link is clicked and no data is extracted. Can someone help me out on this please?

Url: MyFloridaMarket Place Vendor Information Portal

Sitemap:
{"_id":"testflorida","startUrl":["MyFloridaMarket Place Vendor Information Portal mat-pseudo-checkbox","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","id":"activeCheckbox","multiple":true,"parentSelectors":["_root"],"selector":"mat-list-option:nth-of-type(1) .mat-list-item-content div","type":"SelectorElementClick"},{"clickActionType":"real","clickElementSelector":".mat-raised-button span.mat-button-wrapper","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","id":"search","multiple":true,"parentSelectors":["_root"],"selector":"form","type":"SelectorElementClick"},{"id":"ProfileLinks","linkType":"linkFromRedirect","multiple":true,"parentSelectors":["_root"],"selector":".mat-cell span.mat-button-wrapper","type":"SelectorLink"},{"id":"Top","multiple":false,"parentSelectors":["ProfileLinks"],"regex":"","selector":"div[padding-horizontal]","type":"SelectorText"},{"id":"bott","multiple":false,"parentSelectors":["ProfileLinks"],"regex":"","selector":"section:nth-of-type(5)","type":"SelectorText"}]}

Hi,

Unfortunately, it will not be possible to open and scrape the individual links using Webscraper due to the unfortunate Javascript-based setup of the website.