Help Scraping Tabs

I'm a novice but having trouble opening the "Testing Results" tab from this tab and scraping the results. I've been trying different things to try to make it work but to no avail.

Url: http://www.espn.com/college-sports/football/recruiting/player/_/id/232741/zachary-evans

Sitemap:
{"id":"espnrecruitdata","startUrl":["http://www.espn.com/college-sports/football/recruiting/playerrankings//class/[2015-2020]/view/position/order/true/position/runningback"],"selectors":[{"id":"playerlinks","type":"SelectorLink","parentSelectors":["_root"],"selector":".name > a:nth-of-type(1)","multiple":true,"delay":0},{"id":"profilename","type":"SelectorText","parentSelectors":["playerlinks"],"selector":".player-name h1","multiple":false,"regex":"","delay":0},{"id":"heightweightspeedclass","type":"SelectorText","parentSelectors":["playerlinks"],"selector":".bio p","multiple":false,"regex":"","delay":0},{"id":"commitment","type":"SelectorText","parentSelectors":["playerlinks"],"selector":".bio li:nth-of-type(4)","multiple":false,"regex":"","delay":0},{"id":"grade","type":"SelectorText","parentSelectors":["playerlinks"],"selector":"ul.mod-rating","multiple":false,"regex":"","delay":0},{"id":"forty","type":"SelectorText","parentSelectors":["testingresults"],"selector":"ul:nth-of-type(1) ul li.combine-bar-data","multiple":false,"regex":"","delay":0},{"id":"shuttle","type":"SelectorText","parentSelectors":["testingresults"],"selector":"ul:nth-of-type(2) li.combine-bar-data","multiple":false,"regex":"","delay":0},{"id":"vertical","type":"SelectorText","parentSelectors":["testingresults"],"selector":".odd li.combine-bar-data","multiple":false,"regex":"","delay":0},{"id":"power","type":"SelectorText","parentSelectors":["testingresults"],"selector":"ul:nth-of-type(4) li.combine-bar-data","multiple":false,"regex":"","delay":0},{"id":"testingresults","type":"SelectorElementClick","parentSelectors":["playerlinks"],"selector":".ui-tabs li:nth-of-type(3) a","multiple":true,"delay":"5000","clickElementSelector":"ul.ui-tabs a","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"sparq","type":"SelectorText","parentSelectors":["testingresults"],"selector":"ul:nth-of-type(5) li.combine-bar-data","multiple":false,"regex":"","delay":0}]}

The results link is just a regular HTML link (a href), so type: Link will work, e.g.:

{"_id":"forum-espn-test","startUrl":["http://www.espn.com/college-sports/football/recruiting/player/_/id/232741/zachary-evans"],"selectors":[{"id":"Name","type":"SelectorText","parentSelectors":["_root"],"selector":".player-name h1","multiple":false,"regex":"","delay":0},{"id":"Click Testing Results","type":"SelectorLink","parentSelectors":["_root"],"selector":".ui-tabs li:contains('Testing Results') a","multiple":false,"delay":0},{"id":"Row wrappers","type":"SelectorElement","parentSelectors":["Click Testing Results"],"selector":"ul > li.combine-list","multiple":true,"delay":0},{"id":"Thing 1","type":"SelectorText","parentSelectors":["Row wrappers"],"selector":"div.combine-id","multiple":false,"regex":"","delay":0},{"id":"Thing 2","type":"SelectorText","parentSelectors":["Row wrappers"],"selector":"li.combine-bar-data","multiple":false,"regex":"","delay":0},{"id":"Thing 3","type":"SelectorText","parentSelectors":["Row wrappers"],"selector":"span:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Thing 4","type":"SelectorText","parentSelectors":["Row wrappers"],"selector":"span.floatright","multiple":false,"regex":"","delay":0}]}