Can`t make the load more button to click to load more elements.Some help

Hi there
Would someone give me a hand !
I am trying to go over all of the links but the problem starts with the pagination load more button.It wouldnt click to load more element till Z

Url: Exhibitors & brand names

Sitemap:
{"_id":"bauma","startUrl":["https://exhibitors.bauma.de/en/exhibitors-products/exhibitors-brand-names/letter/all/"],"selectors":[{"delay":0,"id":"list","multiple":true,"parentSelectors":["_root"],"selector":".treffer-titel a","type":"SelectorLink"},{"delay":0,"id":"web","multiple":false,"parentSelectors":["list"],"regex":"","selector":".exhibitordetails-contactinfo-list a","type":"SelectorText"},{"delay":0,"id":"info","multiple":false,"parentSelectors":["list"],"regex":"","selector":".container > div > div.col-xl-6:nth-of-type(1)","type":"SelectorText"},{"id":"pagination","paginationType":"clickMore","parentSelectors":["_root","pagination"],"selector":"td.text-center","type":"SelectorPagination"}]}

@rodmans Hi, it seems like you will have to implement an additional 'Element scroll' selector.

Example:

{"_id":"exhibitors-bauma-de","startUrl":["https://exhibitors.bauma.de/en/exhibitors-products/exhibitors-brand-names/letter/all/"],"selectors":[{"id":"pagination","paginationType":"clickMore","parentSelectors":["_root","pagination"],"selector":"tr.lazymore td:contains(\"load more\")","type":"SelectorPagination"},{"delay":2000,"id":"wrapper","multiple":true,"parentSelectors":["pagination"],"selector":"tr.hitrow","type":"SelectorElementScroll"},{"delay":0,"id":"title","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":".treffer-titel a","type":"SelectorText"}]}

@ViestursWS Thanks for the help but i made in of my own .i had a problem with the looding but i make it somehow.Thanks again .
Have a great day