Problem with ElementClick

Hi all!
Example page:
https://www.oddsportal.com/basketball/usa/nba/washington-wizards-philadelphia-76ers-t20xDSdG/

I want to collect data on average quotes for "Home/Away", "Asianhandicap", "Over/Under".
But ElementClick does not work. And so I can't switch between tabs of the data table. Maybe there's another solution?

Sitemap:
{"_id":"basket_oddsportal","startUrl":["https://www.oddsportal.com/matches/basketball/20190119/"],"selectors":[{"id":"link","type":"SelectorLink","parentSelectors":["root"],"selector":"td.name a","multiple":true,"delay":"2000"},{"id":"date","type":"SelectorText","parentSelectors":["link"],"selector":"p.date","multiple":false,"regex":"","delay":0},{"id":"country","type":"SelectorText","parentSelectors":["link"],"selector":"div#breadcrumb a:nth-of-type(3)","multiple":false,"regex":"","delay":0},{"id":"liga","type":"SelectorText","parentSelectors":["link"],"selector":"div.home a:nth-of-type(4)","multiple":false,"regex":"","delay":0},{"id":"game","type":"SelectorText","parentSelectors":["link"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"result","type":"SelectorText","parentSelectors":["link"],"selector":"p.result","multiple":false,"regex":"","delay":0},{"id":"home_win","type":"SelectorText","parentSelectors":["link"],"selector":"tr.aver td.right:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"away_win","type":"SelectorText","parentSelectors":["link"],"selector":"tr.aver td.right:nth-of-type(3)","multiple":false,"regex":"","delay":0},{"id":"click_hcap","type":"SelectorElementClick","parentSelectors":["link"],"selector":"div.table-header-light","multiple":true,"delay":0,"clickElementSelector":"ul.ul-nav li:nth-of-type(4)","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"hadicap","type":"SelectorText","parentSelectors":["click_hcap"],"selector":"strong","multiple":false,"regex":"","delay":0},{"id":"hcap_home_odds","type":"SelectorText","parentSelectors":["click_hcap"],"selector":"span.avg:nth-of-type(3)","multiple":false,"regex":"","delay":0},{"id":"hcap_away_odds","type":"SelectorText","parentSelectors":["click_hcap"],"selector":"span.avg:nth-of-type(2)","multiple":false,"regex":"","delay":0}]}

This website supports anchor links, so you can just navigate directly to the different tables,e.g.

https://www.oddsportal.com/basketball/usa/nba-2018-2019/washington-wizards-philadelphia-76ers-t20xDSdG/#home-away;1
https://www.oddsportal.com/basketball/usa/nba-2018-2019/washington-wizards-philadelphia-76ers-t20xDSdG/#ah;1
https://www.oddsportal.com/basketball/usa/nba-2018-2019/washington-wizards-philadelphia-76ers-t20xDSdG/#over-under;1