Issue with Element Click

Hello,

Scraping data from this site: http://eng.koreabaseball.com/Teams/PlayerSearch.aspx and cannot figure out why the Element Click is only capturing data for the Outfielders but omits the Catchers and Infielders. Anyone have a solution? Thank you in advance for your help!

{"_id":"kbo-batters","startUrl":["http://eng.koreabaseball.com/Teams/PlayerSearch.aspx"],"selectors":[{"id":"team","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.inner","multiple":true,"delay":"2000","clickElementSelector":".ebl_h31_nc, .ebl_h31_lg, .ebl_h31_wo,.ebl_h31_ob,.ebl_h31_ht, .ebl_h31_lt, .ebl_h31_kt, .ebl_h31_hh, .ebl_h31_ss, .ebl_h31_sk","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueHTMLText"},{"id":"player","type":"SelectorLink","parentSelectors":["position"],"selector":"a","multiple":true,"delay":0},{"id":"gamelog","type":"SelectorLink","parentSelectors":["player"],"selector":".sub_tab li:nth-of-type(2) a","multiple":false,"delay":0},{"id":"table","type":"SelectorTable","parentSelectors":["gamelog"],"selector":"table:nth-of-type(1)","multiple":true,"columns":[{"header":"MAY","name":"MAY","extract":true},{"header":"OPP","name":"OPP","extract":true},{"header":"AVG","name":"AVG","extract":true},{"header":"AB","name":"ABS","extract":true},{"header":"R","name":"RUNS","extract":true},{"header":"H","name":"HITS","extract":true},{"header":"2B","name":"2BS","extract":true},{"header":"3B","name":"3BS","extract":true},
{"header":"HR","name":"HRS","extract":true},{"header":"RBI","name":"RBI","extract":true},{"header":"SB","name":"SBS","extract":true},{"header":"CS","name":"CSS","extract":true},{"header":"BB","name":"BBS","extract":true},{"header":"HBP","name":"HBP","extract":true},{"header":"SO","name":"SOS","extract":true},{"header":"GIDP","name":"GIDP","extract":true}],"delay":0,"tableDataRowSelector":"tbody tr","tableHeaderRowSelector":"thead tr"},{"id":"position","type":"SelectorElementClick","parentSelectors":["team"],"selector":"table","multiple":true,"delay":"2000","clickElementSelector":".sub_tab_inner li:nth-of-type(n+2) span","clickType":"clickOnce","discardInitialElements":"discard-when-click-element-exists","clickElementUniquenessType":"uniqueText"}]}