Hi I would like to ask help on my issue regarding pagination please

Describe the problem.
I am trying to scrape a website but there are two types of pagination, it will go through first on the year (eg. 2023, 2022, 2021 etc.) then through the pages for each year. However, it only scrape data on first page, I tried different methods based on the available youtube tutorial and learning in this website but I can't find any that can fix the problem. Here is my start-URL. Also, the URL doesn't change when I go through each pages or each years.
Url: https://www.erc.gov.ph/

Sitemap:
{"_id":"test2","startUrl":["https://www.erc.gov.ph/IssuancesPage/4/0"],"selectors":[{"id":"Year","parentSelectors":["_root","Year"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"div.pull-right.text-right select option","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":2000,"discardInitialElements":"discard-when-click-element-exists","multiple":true,"selector":"body"},{"id":"ERCCase","parentSelectors":["container"],"type":"SelectorText","selector":"b","multiple":false,"regex":""},{"id":"DateDocketed","parentSelectors":["container"],"type":"SelectorText","selector":"small","multiple":false,"regex":""},{"id":"container","parentSelectors":["pagination"],"type":"SelectorElement","selector":"div.col-lg-8, .panel-primary div.panel-body","multiple":true},{"id":"pagination","parentSelectors":["Year","pagination"],"paginationType":"auto","selector":"td td span, td td a","type":"SelectorPagination"},{"id":"link","parentSelectors":["container"],"type":"SelectorLink","selector":"a.btn","multiple":false,"linkType":"linkFromHref"}]}

The URL in your sitemap seems to be down - "Under development"