Selecting both element and element click but no data extract properly

By selecting both element and element click but no data extract properly. I need to scrape Name,email,orcid and Affiliation.

Url: ASCMO - Spatiotemporal functional permutation tests for comparing observed climate behavior to climate model projections

Sitemap:
{"_id":"49Copernicus_Single_Article","startUrl":["https://ascmo.copernicus.org/articles/10/123/2024/","https://ascmo.copernicus.org/articles/10/69/2024/"],"selectors":[{"clickActionType":"real","clickElementSelector":".authors-with-affiliations nobr","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":0,"discardInitialElements":"discard-when-click-element-exists","id":"Click","multiple":true,"parentSelectors":["_root"],"selector":"body","type":"SelectorElementClick"},{"id":"Name","multiple":false,"parentSelectors":["Click"],"regex":"","selector":"h3.modal-title","type":"SelectorText"},{"id":"Email","multiple":false,"parentSelectors":["Click"],"regex":"","selector":".no-gutters div.col-12:nth-of-type(2) a","type":"SelectorText"},{"id":"Orcid","multiple":false,"parentSelectors":["Click"],"regex":"","selector":"a.orcid-authors-logo","type":"SelectorText"},{"id":"aff","multiple":false,"parentSelectors":["Click"],"regex":"","selector":".author900234 div.mb-3","type":"SelectorText"}]}

Hi, in this case when the click selector acts as a wrapper element, body should be replaced with .modal-content:visible

{"_id":"49Copernicus_Single_Article","startUrl":["https://ascmo.copernicus.org/articles/10/123/2024/","https://ascmo.copernicus.org/articles/10/69/2024/"],"selectors":[{"clickActionType":"real","clickElementSelector":".authors-with-affiliations nobr span","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":1000,"discardInitialElements":"do-not-discard","id":"Click","multiple":true,"parentSelectors":["_root"],"selector":".modal-content:visible","type":"SelectorElementClick"},{"id":"Name","multiple":false,"parentSelectors":["Click"],"regex":"","selector":"h3","type":"SelectorText"},{"id":"Email","multiple":false,"parentSelectors":["Click"],"regex":"","selector":".no-gutters div.col-12:nth-of-type(2) a","type":"SelectorText"},{"id":"Orcid","multiple":false,"parentSelectors":["Click"],"regex":"","selector":"a.orcid-authors-logo","type":"SelectorText"},{"id":"aff","multiple":false,"parentSelectors":["Click"],"regex":"","selector":"div.mb-3","type":"SelectorText"},{"clickActionType":"real","clickElementSelector":".close","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":0,"discardInitialElements":"do-not-discard","id":"close","multiple":false,"parentSelectors":["Click"],"selector":"_parent_","type":"SelectorElementClick"}]}