What is selector to select all author

I need the css selector to select the all author

Url: https://www.jneurosci.org/content/45/3/e0670242024

Sitemap:
{"_id":"212jnurosci","startUrl":["https://www.jneurosci.org/content/by/year/2025"],"selectors":[{"id":"Issue","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":"a.hw-issue-meta-data","type":"SelectorLink"},{"id":"Article","linkType":"linkFromHref","multiple":true,"parentSelectors":["Issue"],"selector":"a.highwire-cite-linked-title","type":"SelectorLink"},{"id":"Element","multiple":true,"parentSelectors":["Article"],"selector":"div.qtip-content","type":"SelectorElement"},{"id":"Name","multiple":false,"parentSelectors":["Element"],"regex":"","selector":".author-tooltip-name","type":"SelectorText"},{"id":"Email","multiple":false,"parentSelectors":["Element"],"regex":"","selector":".author-corresp-email-link a","type":"SelectorText"},{"extractAttribute":"href","id":"Orcid","multiple":false,"parentSelectors":["Element"],"selector":".author-orcid-link a","type":"SelectorElementAttribute"},{"id":"affiliation","multiple":false,"parentSelectors":["Element"],"regex":"","selector":".author-affiliation","type":"SelectorText"}]}

This is journal 2

I need this journal author css selector too.

Url : https://www.eneuro.org/content/11/9/ENEURO.0426-23.2024

Sitemap : {"_id":"212_Society_for_Neuroscience_(eNeuro_Journal)","startUrl":["https://www.eneuro.org/content/by/year/[2014-2025]"],"selectors":[{"id":"Issue","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":".issue-link a","type":"SelectorLink"},{"id":"Article","linkType":"linkFromHref","multiple":true,"parentSelectors":["Issue"],"selector":"div > ul > li.toc-item a, li .toc-item a","type":"SelectorLink"},{"id":"Element","multiple":true,"parentSelectors":["Article"],"selector":"[id*=\"hw-article-author-popups\"] > [class*=\"author-tooltip\"]","type":"SelectorElement"},{"id":"Name","multiple":false,"parentSelectors":["Element"],"regex":"","selector":".author-tooltip-name","type":"SelectorText"},{"id":"Email","multiple":false,"parentSelectors":["Element"],"regex":"","selector":".author-corresp-email-link a","type":"SelectorText"},{"extractAttribute":"href","id":"Orcid","multiple":false,"parentSelectors":["Element"],"selector":".author-orcid-link a","type":"SelectorElementAttribute"},{"id":"affiliation","multiple":false,"parentSelectors":["Element"],"regex":"","selector":".author-affiliation","type":"SelectorText"}]}

Hi,

212jnurosci:
The element div.qtip-content only appears in the HTML after a mouseover on each author. This can be replicated by adding a click selector to the sitemap:

{"_id":"212jnurosci","startUrl":["https://www.jneurosci.org/content/by/year/2025"],"selectors":[{"id":"Issue","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":"a.hw-issue-meta-data","type":"SelectorLink"},{"id":"Article","linkType":"linkFromHref","multiple":true,"parentSelectors":["Issue"],"selector":"a.highwire-cite-linked-title","type":"SelectorLink"},{"clickActionType":"real","clickElementSelector":".top-wrapper .highwire-citation-author","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":0,"discardInitialElements":"do-not-discard","id":"click-author","multiple":true,"parentSelectors":["Article"],"selector":"body","type":"SelectorElementClick"},{"id":"Element","multiple":true,"parentSelectors":["Article"],"selector":"div.qtip-content","type":"SelectorElement"},{"id":"Name","multiple":false,"parentSelectors":["Element"],"regex":"","selector":".author-tooltip-name","type":"SelectorText"},{"id":"Email","multiple":false,"parentSelectors":["Element"],"regex":"","selector":".author-corresp-email-link a","type":"SelectorText"},{"extractAttribute":"href","id":"Orcid","multiple":false,"parentSelectors":["Element"],"selector":".author-orcid-link a","type":"SelectorElementAttribute"},{"id":"affiliation","multiple":false,"parentSelectors":["Element"],"regex":"","selector":".author-affiliation","type":"SelectorText"}]}

What exactly is the issue with 212_Society_for_Neuroscience_(eNeuro_Journal)?

same issue like one. All author not selected

Please provide an example URL where this is occurring.

The sitemap matches all 15 authors. Note that this will work on a fresh session. Meaning, refresh the page, don't mouse-over or click any authors, and test the selector.

Issue solved. Thank you @JanAp