Pagination issue - ISPO exhibitors

I can't select the arrow (next) button with link selector and I tried with element click - unique CSS selector and couldn't either.

Url: List of exhibitors - ISPO MUNICH 2022

Sitemap:
{"_id":"ispoexhibitors20323","startUrl":["List of exhibitors - ISPO MUNICH 2022 name","parentSelectors":["Link"],"type":"SelectorText","selector":".ce_head h1","multiple":false,"regex":""},{"id":"Category1","parentSelectors":["Link"],"type":"SelectorText","selector":".lev2 h2 a","multiple":false,"regex":""},{"id":"Category2","parentSelectors":["Link"],"type":"SelectorText","selector":"#ceId_clgk_2_5_8_1 h2 a","multiple":false,"regex":""},{"id":"Category3","parentSelectors":["Link"],"type":"SelectorText","selector":"#ceId_clgk_2_5_8_8 h2 a","multiple":false,"regex":""},{"id":"Category4","parentSelectors":["Link"],"type":"SelectorText","selector":"#ceId_clgk_2_5_8_9 h2 a","multiple":false,"regex":""},{"id":"Address","parentSelectors":["Link"],"type":"SelectorText","selector":"div.ce_addr","multiple":false,"regex":""},{"id":"Phone1","parentSelectors":["Link"],"type":"SelectorText","selector":".ce_phone a","multiple":false,"regex":""},{"id":"Phone2","parentSelectors":["Link"],"type":"SelectorText","selector":".ce_mobile a","multiple":false,"regex":""},{"id":"Email","parentSelectors":["Link"],"type":"SelectorText","selector":".ce_email a","multiple":false,"regex":""},{"id":"Website","parentSelectors":["Link"],"type":"SelectorText","selector":".ce_website a","multiple":false,"regex":""},{"id":"Facebook","parentSelectors":["Link"],"type":"SelectorLink","selector":".ce_Facebook a","multiple":false},{"id":"Instagram","parentSelectors":["Link"],"type":"SelectorLink","selector":".ce_Instagram a","multiple":false},{"id":"LinkedIn ","parentSelectors":["Link"],"type":"SelectorLink","selector":".ce_LinkedIn a","multiple":false},{"id":"YouTube","parentSelectors":["Link"],"type":"SelectorLink","selector":".ce_YouTube a","multiple":false},{"id":"Element click","parentSelectors":["_root"],"type":"SelectorElementClick","clickElementSelector":"#paging_2 input.paging_textArrows","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickMore","delay":3000,"discardInitialElements":"do-not-discard","multiple":true,"selector":"#paging_2 input.paging_textArrows"}]}

@csanz Hi, try - .pg_nav:nth-of-type(1) div.paging_RightArrows_cell input

Example:

{"_id":"munichexhibitors-ispo-com","startUrl":["https://munichexhibitors.ispo.com/onlinecatalog/2022/list-of-exhibitors/"],"selectors":[{"clickElementSelector":".pg_nav:nth-of-type(1) div.paging_RightArrows_cell input","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickMore","delay":3500,"discardInitialElements":"do-not-discard","id":"wrapper-click","multiple":true,"parentSelectors":["_root"],"selector":"body","type":"SelectorElementClick"},{"id":"name","multiple":true,"parentSelectors":["wrapper-click"],"regex":"","selector":"a.urlShare","type":"SelectorText"}]}