Why pagination is not working? Please help

On that page two pagination section. Only page loading but not going into article.

Url: BJOC - Volume 21 - 2025

Sitemap:
{"_id":"871Beilstein_Institut_Scrape_All_Info_By_Year_Range","startUrl":["https://www.beilstein-journals.org/bjoc/volumes/[1-21]"],"selectors":[{"id":"Article","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root","Page "],"selector":"a.text-bsLinkColor","type":"SelectorLink"},{"id":"Author","multiple":true,"parentSelectors":["Article"],"selector":"li.inline-flex","type":"SelectorElement"},{"id":"Name","multiple":false,"parentSelectors":["Author"],"regex":"","selector":"button","type":"SelectorText"},{"extractAttribute":"href","id":"Email","multiple":false,"parentSelectors":["Author"],"selector":"[href^=\"mailto\"]","type":"SelectorElementAttribute"},{"extractAttribute":"href","id":"Orcid","multiple":false,"parentSelectors":["Author"],"selector":"[href*=\"orcid.org\"]","type":"SelectorElementAttribute"},{"id":"Affiliation Tag","multiple":true,"parentSelectors":["Author"],"regex":"","selector":"sup sup","type":"SelectorText"},{"id":"111","multiple":false,"parentSelectors":["Article"],"regex":"","selector":"div.py-0\\.5:nth-of-type(1) span","type":"SelectorText"},{"id":"222","multiple":false,"parentSelectors":["Article"],"regex":"","selector":"div.py-0\\.5:nth-of-type(2) span","type":"SelectorText"},{"id":"333","multiple":false,"parentSelectors":["Article"],"regex":"","selector":"div.py-0\\.5:nth-of-type(3) span","type":"SelectorText"},{"id":"444","multiple":false,"parentSelectors":["Article"],"regex":"","selector":"div.py-0\\.5:nth-of-type(4) span","type":"SelectorText"},{"id":"555","multiple":false,"parentSelectors":["Article"],"regex":"","selector":"div.py-0\\.5:nth-of-type(5) span","type":"SelectorText"},{"id":"All Affiliation","multiple":false,"parentSelectors":["Article"],"regex":"","selector":"div.text-xxs.pr-4","type":"SelectorText"},{"id":"Element","multiple":false,"parentSelectors":["_root"],"selector":".container > div.px-2:nth-of-type(2)","type":"SelectorElement"},{"id":"Page ","paginationType":"clickMore","parentSelectors":["Element","Page "],"selector":"span.sr-only:contains(\"Next\")","type":"SelectorPagination"}]}

this is your desired NEXT selector

a.pwsVolumePagerButton:contains("Next")

1 Like

Thank you! I appreciate your help in clarifying the correct selector. It worked perfectly!