Problems with dropdown

Hello, first time scraper so I apologize if I'm missing something obvious.

I'm trying to scrape http://www.diamonddope.com/card_reader.cfm

I'd like the scraper to go through all the options in the fourth dropdown (the players - element select#sn_player_id), and extract the table "Breakdown Against Lefties" for each player. I watched the video for scraping dropdowns about a dozen times but I can't get it to work. Any advice would be much appreciated.

Sitemap:
{"_id":"diamonddope","startUrl":["http://www.diamonddope.com/card_reader.cfm"],"selectors":[{"id":"player-wrapper","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"form","multiple":true,"delay":2000,"clickElementSelector":"select#sn_player_id option","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueCSSSelector"},{"id":"data vsL","type":"SelectorText","parentSelectors":["player-wrapper"],"selector":"tr:nth-of-type(2) tr table","multiple":true,"regex":"","delay":0},{"id":"name","type":"SelectorText","parentSelectors":["player-wrapper"],"selector":"select:sn_player_id option[selected]","multiple":false,"regex":"","delay":0}]}