Name , ORCID Id from this article

How can scrape Name , ORCID Id from this article

Url: https://acta-acustica.edpsciences.org/articles/aacus/full_html/2023/01/aacus220049/aacus220049.html

Sitemap:
{"_id":"41EDP_Single_Article","startUrl":["https://acta-acustica.edpsciences.org/articles/aacus/full_html/2023/01/aacus220049/aacus220049.html"],"selectors":[{"clickActionType":"real","clickElementSelector":"span.author","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"discard-when-click-element-exists","id":"Click","multiple":true,"parentSelectors":["_root"],"selector":"body","type":"SelectorElementClick"},{"id":"Name","multiple":false,"parentSelectors":["Click"],"regex":"","selector":"#qtip-4-content h3","type":"SelectorText"},{"id":"Orcid","multiple":false,"parentSelectors":["Click"],"regex":"","selector":"#qtip-4-content .orcid a:nth-of-type(2)","type":"SelectorText"}]}

Hi, this should work:

{"_id":"41EDP_Single_Article","startUrl":["https://acta-acustica.edpsciences.org/articles/aacus/full_html/2023/01/aacus220049/aacus220049.html"],"selectors":[{"clickActionType":"real","clickElementSelector":"span.author","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":0,"discardInitialElements":"discard-when-click-element-exists","id":"Click","multiple":true,"parentSelectors":["_root"],"selector":"body","type":"SelectorElementClick"},{"id":"author","multiple":true,"parentSelectors":["_root"],"selector":".author-details","type":"SelectorElement"},{"id":"name","multiple":false,"parentSelectors":["author"],"regex":"","selector":"h3.corres-auth-title","type":"SelectorText"},{"id":"orcid","multiple":false,"parentSelectors":["author"],"regex":"","selector":".orcid ","type":"SelectorText"}]}

It works. Can you please explain why element click is black like after click on element click then no slector. But selector is under element click outside.

The 'author' selector is outside of the click selector to avoid data duplication