Difficulty with Click Selectors

I am scraping a site where there is need for element clicks. I have watched tutorials and tried several different iterations and cannot seem to get the scraper to pull every line item each time. If I check "multiple" for the element clicks then the scraper scrapes each game 6 times and places the data sporadically across the 6 lines. If I keep the checkbox unchecked then absolutely nothing scrapes, not even text that is unaffected by the click selectors. Can someone help me with this?

{"_id":"ncaaf_scraper","startUrl":["https://www.oddsshark.com/ncaaf/scores"],"selectors":[{"id":"matchup","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.base-versus","multiple":true,"delay":0},{"id":"date","type":"SelectorText","parentSelectors":["matchup"],"selector":"div.gc-date","multiple":false,"regex":"","delay":0},{"id":"team1","type":"SelectorText","parentSelectors":["matchup"],"selector":".away div.label","multiple":false,"regex":"","delay":0},{"id":"team2","type":"SelectorText","parentSelectors":["matchup"],"selector":".home div.label","multiple":false,"regex":"","delay":0},{"id":"pred_score1","type":"SelectorText","parentSelectors":["matchup"],"selector":"div.score-wrapper.gc-away-highlight","multiple":false,"regex":"","delay":0},{"id":"pred_score2","type":"SelectorText","parentSelectors":["matchup"],"selector":"div.score-wrapper.gc-home-highlight","multiple":false,"regex":"","delay":0},{"id":"spread_con","type":"SelectorText","parentSelectors":["matchup"],"selector":".away div.value","multiple":false,"regex":"","delay":0},{"id":"spread_con%","type":"SelectorText","parentSelectors":["matchup"],"selector":".away div.stat","multiple":false,"regex":"","delay":0},{"id":"op_spread","type":"SelectorText","parentSelectors":["matchup"],"selector":"tr:nth-of-type(1) .spread div","multiple":false,"regex":"","delay":0},{"id":"bv_spread","type":"SelectorText","parentSelectors":["matchup"],"selector":"tr:nth-of-type(3) .spread div","multiple":false,"regex":"","delay":0},{"id":"op_ml1","type":"SelectorText","parentSelectors":["matchup"],"selector":"tr:nth-of-type(1) div:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"op_ml2","type":"SelectorText","parentSelectors":["matchup"],"selector":"tr:nth-of-type(2) div:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"bv_ml1","type":"SelectorText","parentSelectors":["matchup"],"selector":"tr:nth-of-type(3) td.moneyline","multiple":false,"regex":"","delay":0},{"id":"bv_ml2","type":"SelectorText","parentSelectors":["matchup"],"selector":"tr:nth-of-type(4) td.moneyline","multiple":false,"regex":"","delay":0},{"id":"con_o/u","type":"SelectorText","parentSelectors":["matchup"],"selector":"div.total-label","multiple":false,"regex":"","delay":0},{"id":"con_u%","type":"SelectorText","parentSelectors":["matchup"],"selector":".under div.stat","multiple":false,"regex":"","delay":0},{"id":"h2h_record1","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(1) div.away-value","multiple":false,"regex":"","delay":0},{"id":"h2h_ATS1","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(2) div.away-value","multiple":false,"regex":"","delay":0},{"id":"h2h_o/u","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(3) div.away-value","multiple":false,"regex":"","delay":0},{"id":"h2h_score1","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(4) div.away-value","multiple":false,"regex":"","delay":0},{"id":"h2h_score2","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(4) div.home-value","multiple":false,"regex":"","delay":0},{"id":"h2h_rush_yds1","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(5) div.away-value","multiple":false,"regex":"","delay":0},{"id":"h2h_rush_yds2","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(5) div.home-value","multiple":false,"regex":"","delay":0},{"id":"h2h_pass_attempts1","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(6) div.away-value","multiple":false,"regex":"","delay":0},{"id":"h2h_pass_attempts2","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(6) div.home-value","multiple":false,"regex":"","delay":0},{"id":"h2h_completion%1","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(7) div.away-value","multiple":false,"regex":"","delay":0},{"id":"h2h_completion%2","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(7) div.home-value","multiple":false,"regex":"","delay":0},{"id":"h2h_pass_yds1","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(8) div.away-value","multiple":false,"regex":"","delay":0},{"id":"h2h_pass_yds2","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(8) div.home-value","multiple":false,"regex":"","delay":0},{"id":"h2h_total_yds1","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(9) div.away-value","multiple":false,"regex":"","delay":0},{"id":"h2h_total_yds2","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(9) div.home-value","multiple":false,"regex":"","delay":0},{"id":"h2h_turnovers1","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(10) div.away-value","multiple":false,"regex":"","delay":0},{"id":"h2h_turnovers2","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(10) div.home-value","multiple":false,"regex":"","delay":0},{"id":"scoring_total_score1","type":"SelectorText","parentSelectors":["scoring"],"selector":"li:nth-of-type(1) div.away-value","multiple":false,"regex":"","delay":0},{"id":"scoring_total_score2","type":"SelectorText","parentSelectors":["scoring"],"selector":"li:nth-of-type(1) div.home-value","multiple":false,"regex":"","delay":0},{"id":"scoring_1q1","type":"SelectorText","parentSelectors":["scoring"],"selector":"li:nth-of-type(2) div.away-value","multiple":false,"regex":"","delay":0},{"id":"scoring_1q2","type":"SelectorText","parentSelectors":["scoring"],"selector":"li:nth-of-type(2) div.home-value","multiple":false,"regex":"","delay":0},{"id":"scoring_2q1","type":"SelectorText","parentSelectors":["scoring"],"selector":"li:nth-of-type(3) div.away-value","multiple":false,"regex":"","delay":0},{"id":"scoring_2q2","type":"SelectorText","parentSelectors":["scoring"],"selector":"li:nth-of-type(3) div.home-value","multiple":false,"regex":"","delay":0},{"id":"scoring_3q1","type":"SelectorText","parentSelectors":["scoring"],"selector":"li:nth-of-type(4) div.away-value","multiple":false,"regex":"","delay":0},{"id":"scoring_3q2","type":"SelectorText","parentSelectors":["scoring"],"selector":"li:nth-of-type(4) div.home-value","multiple":false,"regex":"","delay":0},{"id":"scoring_4q1","type":"SelectorText","parentSelectors":["scoring"],"selector":"li:nth-of-type(5) div.away-value","multiple":false,"regex":"","delay":0},{"id":"scoring_4q2","type":"SelectorText","parentSelectors":["scoring"],"selector":"li:nth-of-type(5) div.home-value","multiple":false,"regex":"","delay":0},{"id":"passing_pass_yds1","type":"SelectorText","parentSelectors":["passing"],"selector":"li:nth-of-type(1) div.away-value","multiple":false,"regex":"","delay":0},{"id":"passing_pass_yds2","type":"SelectorText","parentSelectors":["passing"],"selector":"li:nth-of-type(1) div.home-value","multiple":false,"regex":"","delay":0},{"id":"passing_pass_attempts1","type":"SelectorText","parentSelectors":["passing"],"selector":"li:nth-of-type(2) div.away-value","multiple":false,"regex":"","delay":0},{"id":"passing_pass_attempts2","type":"SelectorText","parentSelectors":["passing"],"selector":"li:nth-of-type(2) div.home-value","multiple":false,"regex":"","delay":0},{"id":"passing_pass_completions1","type":"SelectorText","parentSelectors":["passing"],"selector":"li:nth-of-type(3) div.away-value","multiple":false,"regex":"","delay":0},{"id":"passing_pass_completions2","type":"SelectorText","parentSelectors":["passing"],"selector":"li:nth-of-type(3) div.home-value","multiple":false,"regex":"","delay":0},{"id":"passing_yds_per_pass1","type":"SelectorText","parentSelectors":["passing"],"selector":"li:nth-of-type(4) div.away-value","multiple":false,"regex":"","delay":0},{"id":"passing_yds_per_pass2","type":"SelectorText","parentSelectors":["passing"],"selector":"li:nth-of-type(4) div.home-value","multiple":false,"regex":"","delay":0},{"id":"passing_sacks1","type":"SelectorText","parentSelectors":["passing"],"selector":"li:nth-of-type(5) div.away-value","multiple":false,"regex":"","delay":0},{"id":"passing_sacks2","type":"SelectorText","parentSelectors":["passing"],"selector":"li:nth-of-type(5) div.home-value","multiple":false,"regex":"","delay":0},{"id":"passing_sack_yds1","type":"SelectorText","parentSelectors":["passing"],"selector":"li:nth-of-type(6) div.away-value","multiple":false,"regex":"","delay":0},{"id":"passing_sack_yds2","type":"SelectorText","parentSelectors":["passing"],"selector":"div.home-value.gc-home-highlight","multiple":false,"regex":"","delay":0},{"id":"rushing_rush_yds1","type":"SelectorText","parentSelectors":["rushing"],"selector":"li:nth-of-type(1) div.away-value","multiple":false,"regex":"","delay":0},{"id":"rushing_rush_yds2","type":"SelectorText","parentSelectors":["rushing"],"selector":"li:nth-of-type(1) div.home-value","multiple":false,"regex":"","delay":0},{"id":"rushing_rush_attempts1","type":"SelectorText","parentSelectors":["rushing"],"selector":"li:nth-of-type(2) div.away-value","multiple":false,"regex":"","delay":0},{"id":"rushing_rush_attempts2","type":"SelectorText","parentSelectors":["rushing"],"selector":"li:nth-of-type(2) div.home-value","multiple":false,"regex":"","delay":0},{"id":"rushing_yds_per_rush1","type":"SelectorText","parentSelectors":["rushing"],"selector":"li:nth-of-type(3) div.away-value","multiple":false,"regex":"","delay":0},{"id":"rushing_yds_per_rush2","type":"SelectorText","parentSelectors":["rushing"],"selector":"li:nth-of-type(3) div.home-value","multiple":false,"regex":"","delay":0},{"id":"turnovers_interceptions1","type":"SelectorText","parentSelectors":["turnovers"],"selector":"li:nth-of-type(1) div.away-value","multiple":false,"regex":"","delay":0},{"id":"turnovers_interceptions2","type":"SelectorText","parentSelectors":["turnovers"],"selector":"li:nth-of-type(1) div.home-value","multiple":false,"regex":"","delay":0},{"id":"turnovers_fumbles1","type":"SelectorText","parentSelectors":["turnovers"],"selector":"li:nth-of-type(2) div.away-value","multiple":false,"regex":"","delay":0},{"id":"turnovers_fumbles2","type":"SelectorText","parentSelectors":["turnovers"],"selector":"li:nth-of-type(2) div.home-value","multiple":false,"regex":"","delay":0},{"id":"turnovers_fumbles_lost1","type":"SelectorText","parentSelectors":["turnovers"],"selector":"li:nth-of-type(3) div.away-value","multiple":false,"regex":"","delay":0},{"id":"turnovers_fumbles_lost2","type":"SelectorText","parentSelectors":["turnovers"],"selector":"li:nth-of-type(3) div.home-value","multiple":false,"regex":"","delay":0},{"id":"turnovers_total1","type":"SelectorText","parentSelectors":["turnovers"],"selector":"li:nth-of-type(4) div.away-value","multiple":false,"regex":"","delay":0},{"id":"turnovers_total2","type":"SelectorText","parentSelectors":["turnovers"],"selector":"li:nth-of-type(4) div.home-value","multiple":false,"regex":"","delay":0},{"id":"turnovers_penalties1","type":"SelectorText","parentSelectors":["turnovers"],"selector":"li:nth-of-type(5) div.away-value","multiple":false,"regex":"","delay":0},{"id":"turnovers_penalties2","type":"SelectorText","parentSelectors":["turnovers"],"selector":"li:nth-of-type(5) div.home-value","multiple":false,"regex":"","delay":0},{"id":"turnovers_penalty_yds1","type":"SelectorText","parentSelectors":["turnovers"],"selector":"li:nth-of-type(6) div.away-value","multiple":false,"regex":"","delay":0},{"id":"turnovers_penalty_yds2","type":"SelectorText","parentSelectors":["turnovers"],"selector":"li:nth-of-type(6) div.home-value","multiple":false,"regex":"","delay":0},{"id":"last10_record1","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(1) div.away-value","multiple":false,"regex":"","delay":0},{"id":"last10_record2","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(1) div.home-value","multiple":false,"regex":"","delay":0},{"id":"last10_record_home1","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(2) div.away-value","multiple":false,"regex":"","delay":0},{"id":"last10_record_home2","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(2) div.home-value","multiple":false,"regex":"","delay":0},{"id":"last10_record_away1","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(3) div.away-value","multiple":false,"regex":"","delay":0},{"id":"last10_record_away2","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(3) div.home-value","multiple":false,"regex":"","delay":0},{"id":"last10_ats1","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(5) div.away-value","multiple":false,"regex":"","delay":0},{"id":"last10_ats2","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(5) div.home-value","multiple":false,"regex":"","delay":0},{"id":"last10_ats_home1","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(6) div.away-value","multiple":false,"regex":"","delay":0},{"id":"last10_ats_home2","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(6) div.home-value","multiple":false,"regex":"","delay":0},{"id":"last10_ats_away1","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(7) div.away-value","multiple":false,"regex":"","delay":0},{"id":"last10_ats_away2","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(7) div.home-value","multiple":false,"regex":"","delay":0},{"id":"last10_o/u1","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(9) div.away-value","multiple":false,"regex":"","delay":0},{"id":"last10_o/u2","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(9) div.home-value","multiple":false,"regex":"","delay":0},{"id":"last10_o/u_home1","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(10) div.away-value","multiple":false,"regex":"","delay":0},{"id":"last10_o/u_home2","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(10) div.home-value","multiple":false,"regex":"","delay":0},{"id":"last10_o/u_away1","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(11) div.away-value","multiple":false,"regex":"","delay":0},{"id":"last10_o/u_away2","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(11) div.home-value","multiple":false,"regex":"","delay":0},{"id":"h2h","type":"SelectorElementClick","parentSelectors":["matchup","h2h"],"selector":"div#react-tabs-27","multiple":false,"delay":"500","clickElementSelector":"li#react-tabs-26","clickType":"clickOnce","discardInitialElements":"discard-when-click-element-exists","clickElementUniquenessType":"uniqueHTMLText"},{"id":"last_10","type":"SelectorElementClick","parentSelectors":["matchup","last_10"],"selector":"div#react-tabs-13","multiple":false,"delay":"500","clickElementSelector":"li#react-tabs-12","clickType":"clickOnce","discardInitialElements":"discard-when-click-element-exists","clickElementUniquenessType":"uniqueText"},{"id":"scoring","type":"SelectorElementClick","parentSelectors":["matchup","scoring"],"selector":"div.gc-edge-finder","multiple":false,"delay":"500","clickElementSelector":".stats-type li:nth-of-type(2) a","clickType":"clickOnce","discardInitialElements":"discard-when-click-element-exists","clickElementUniquenessType":"uniqueHTMLText"},{"id":"passing","type":"SelectorElementClick","parentSelectors":["matchup","passing"],"selector":"div.gc-edge-finder","multiple":false,"delay":"500","clickElementSelector":".stats-type li:nth-of-type(3) a","clickType":"clickOnce","discardInitialElements":"discard-when-click-element-exists","clickElementUniquenessType":"uniqueHTMLText"},{"id":"rushing","type":"SelectorElementClick","parentSelectors":["matchup","rushing"],"selector":"div.gc-edge-finder","multiple":false,"delay":"500","clickElementSelector":".stats-type li:nth-of-type(4) a","clickType":"clickOnce","discardInitialElements":"discard-when-click-element-exists","clickElementUniquenessType":"uniqueHTMLText"},{"id":"turnovers","type":"SelectorElementClick","parentSelectors":["matchup","turnovers"],"selector":"div.gc-edge-finder","multiple":false,"delay":"500","clickElementSelector":".stats-type li:nth-of-type(5) a","clickType":"clickOnce","discardInitialElements":"discard-when-click-element-exists","clickElementUniquenessType":"uniqueHTMLText"}]}

Interesting scraper. Structure looks OK but you've made the click selectors child of themselves (recursive) for some reason. You would usually only need to do this for pagination clicks. So I've made them all child of "matchup" again, which would be the default. I also increased your click delays to 1000 (1 sec). My test scrape seems to generate the intended results.

For testing I had limited the scrape to 3 games; you can change the matchup selector from div.matchup-container:nth-of-type(-n+3) a.base-versus back to your original selector a.base-versus to get all games.

For the test scrape, I used Page load delay (ms): 7500. Good luck!

{"_id":"ncaaf_scraper_v2","startUrl":["https://www.oddsshark.com/ncaaf/scores"],"selectors":[{"id":"matchup","type":"SelectorLink","parentSelectors":["_root"],"selector":"div.matchup-container:nth-of-type(-n+3) a.base-versus","multiple":true,"delay":0},{"id":"date","type":"SelectorText","parentSelectors":["matchup"],"selector":"div.gc-date","multiple":false,"regex":"","delay":0},{"id":"team1","type":"SelectorText","parentSelectors":["matchup"],"selector":".away div.label","multiple":false,"regex":"","delay":0},{"id":"team2","type":"SelectorText","parentSelectors":["matchup"],"selector":".home div.label","multiple":false,"regex":"","delay":0},{"id":"pred_score1","type":"SelectorText","parentSelectors":["matchup"],"selector":"div.score-wrapper.gc-away-highlight","multiple":false,"regex":"","delay":0},{"id":"pred_score2","type":"SelectorText","parentSelectors":["matchup"],"selector":"div.score-wrapper.gc-home-highlight","multiple":false,"regex":"","delay":0},{"id":"spread_con","type":"SelectorText","parentSelectors":["matchup"],"selector":".away div.value","multiple":false,"regex":"","delay":0},{"id":"spread_con%","type":"SelectorText","parentSelectors":["matchup"],"selector":".away div.stat","multiple":false,"regex":"","delay":0},{"id":"op_spread","type":"SelectorText","parentSelectors":["matchup"],"selector":"tr:nth-of-type(1) .spread div","multiple":false,"regex":"","delay":0},{"id":"bv_spread","type":"SelectorText","parentSelectors":["matchup"],"selector":"tr:nth-of-type(3) .spread div","multiple":false,"regex":"","delay":0},{"id":"op_ml1","type":"SelectorText","parentSelectors":["matchup"],"selector":"tr:nth-of-type(1) div:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"op_ml2","type":"SelectorText","parentSelectors":["matchup"],"selector":"tr:nth-of-type(2) div:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"bv_ml1","type":"SelectorText","parentSelectors":["matchup"],"selector":"tr:nth-of-type(3) td.moneyline","multiple":false,"regex":"","delay":0},{"id":"bv_ml2","type":"SelectorText","parentSelectors":["matchup"],"selector":"tr:nth-of-type(4) td.moneyline","multiple":false,"regex":"","delay":0},{"id":"con_o/u","type":"SelectorText","parentSelectors":["matchup"],"selector":"div.total-label","multiple":false,"regex":"","delay":0},{"id":"con_u%","type":"SelectorText","parentSelectors":["matchup"],"selector":".under div.stat","multiple":false,"regex":"","delay":0},{"id":"h2h_record1","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(1) div.away-value","multiple":false,"regex":"","delay":0},{"id":"h2h_ATS1","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(2) div.away-value","multiple":false,"regex":"","delay":0},{"id":"h2h_o/u","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(3) div.away-value","multiple":false,"regex":"","delay":0},{"id":"h2h_score1","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(4) div.away-value","multiple":false,"regex":"","delay":0},{"id":"h2h_score2","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(4) div.home-value","multiple":false,"regex":"","delay":0},{"id":"h2h_rush_yds1","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(5) div.away-value","multiple":false,"regex":"","delay":0},{"id":"h2h_rush_yds2","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(5) div.home-value","multiple":false,"regex":"","delay":0},{"id":"h2h_pass_attempts1","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(6) div.away-value","multiple":false,"regex":"","delay":0},{"id":"h2h_pass_attempts2","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(6) div.home-value","multiple":false,"regex":"","delay":0},{"id":"h2h_completion%1","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(7) div.away-value","multiple":false,"regex":"","delay":0},{"id":"h2h_completion%2","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(7) div.home-value","multiple":false,"regex":"","delay":0},{"id":"h2h_pass_yds1","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(8) div.away-value","multiple":false,"regex":"","delay":0},{"id":"h2h_pass_yds2","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(8) div.home-value","multiple":false,"regex":"","delay":0},{"id":"h2h_total_yds1","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(9) div.away-value","multiple":false,"regex":"","delay":0},{"id":"h2h_total_yds2","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(9) div.home-value","multiple":false,"regex":"","delay":0},{"id":"h2h_turnovers1","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(10) div.away-value","multiple":false,"regex":"","delay":0},{"id":"h2h_turnovers2","type":"SelectorText","parentSelectors":["h2h"],"selector":"li:nth-of-type(10) div.home-value","multiple":false,"regex":"","delay":0},{"id":"scoring_total_score1","type":"SelectorText","parentSelectors":["scoring"],"selector":"li:nth-of-type(1) div.away-value","multiple":false,"regex":"","delay":0},{"id":"scoring_total_score2","type":"SelectorText","parentSelectors":["scoring"],"selector":"li:nth-of-type(1) div.home-value","multiple":false,"regex":"","delay":0},{"id":"scoring_1q1","type":"SelectorText","parentSelectors":["scoring"],"selector":"li:nth-of-type(2) div.away-value","multiple":false,"regex":"","delay":0},{"id":"scoring_1q2","type":"SelectorText","parentSelectors":["scoring"],"selector":"li:nth-of-type(2) div.home-value","multiple":false,"regex":"","delay":0},{"id":"scoring_2q1","type":"SelectorText","parentSelectors":["scoring"],"selector":"li:nth-of-type(3) div.away-value","multiple":false,"regex":"","delay":0},{"id":"scoring_2q2","type":"SelectorText","parentSelectors":["scoring"],"selector":"li:nth-of-type(3) div.home-value","multiple":false,"regex":"","delay":0},{"id":"scoring_3q1","type":"SelectorText","parentSelectors":["scoring"],"selector":"li:nth-of-type(4) div.away-value","multiple":false,"regex":"","delay":0},{"id":"scoring_3q2","type":"SelectorText","parentSelectors":["scoring"],"selector":"li:nth-of-type(4) div.home-value","multiple":false,"regex":"","delay":0},{"id":"scoring_4q1","type":"SelectorText","parentSelectors":["scoring"],"selector":"li:nth-of-type(5) div.away-value","multiple":false,"regex":"","delay":0},{"id":"scoring_4q2","type":"SelectorText","parentSelectors":["scoring"],"selector":"li:nth-of-type(5) div.home-value","multiple":false,"regex":"","delay":0},{"id":"passing_pass_yds1","type":"SelectorText","parentSelectors":["passing"],"selector":"li:nth-of-type(1) div.away-value","multiple":false,"regex":"","delay":0},{"id":"passing_pass_yds2","type":"SelectorText","parentSelectors":["passing"],"selector":"li:nth-of-type(1) div.home-value","multiple":false,"regex":"","delay":0},{"id":"passing_pass_attempts1","type":"SelectorText","parentSelectors":["passing"],"selector":"li:nth-of-type(2) div.away-value","multiple":false,"regex":"","delay":0},{"id":"passing_pass_attempts2","type":"SelectorText","parentSelectors":["passing"],"selector":"li:nth-of-type(2) div.home-value","multiple":false,"regex":"","delay":0},{"id":"passing_pass_completions1","type":"SelectorText","parentSelectors":["passing"],"selector":"li:nth-of-type(3) div.away-value","multiple":false,"regex":"","delay":0},{"id":"passing_pass_completions2","type":"SelectorText","parentSelectors":["passing"],"selector":"li:nth-of-type(3) div.home-value","multiple":false,"regex":"","delay":0},{"id":"passing_yds_per_pass1","type":"SelectorText","parentSelectors":["passing"],"selector":"li:nth-of-type(4) div.away-value","multiple":false,"regex":"","delay":0},{"id":"passing_yds_per_pass2","type":"SelectorText","parentSelectors":["passing"],"selector":"li:nth-of-type(4) div.home-value","multiple":false,"regex":"","delay":0},{"id":"passing_sacks1","type":"SelectorText","parentSelectors":["passing"],"selector":"li:nth-of-type(5) div.away-value","multiple":false,"regex":"","delay":0},{"id":"passing_sacks2","type":"SelectorText","parentSelectors":["passing"],"selector":"li:nth-of-type(5) div.home-value","multiple":false,"regex":"","delay":0},{"id":"passing_sack_yds1","type":"SelectorText","parentSelectors":["passing"],"selector":"li:nth-of-type(6) div.away-value","multiple":false,"regex":"","delay":0},{"id":"passing_sack_yds2","type":"SelectorText","parentSelectors":["passing"],"selector":"div.home-value.gc-home-highlight","multiple":false,"regex":"","delay":0},{"id":"rushing_rush_yds1","type":"SelectorText","parentSelectors":["rushing"],"selector":"li:nth-of-type(1) div.away-value","multiple":false,"regex":"","delay":0},{"id":"rushing_rush_yds2","type":"SelectorText","parentSelectors":["rushing"],"selector":"li:nth-of-type(1) div.home-value","multiple":false,"regex":"","delay":0},{"id":"rushing_rush_attempts1","type":"SelectorText","parentSelectors":["rushing"],"selector":"li:nth-of-type(2) div.away-value","multiple":false,"regex":"","delay":0},{"id":"rushing_rush_attempts2","type":"SelectorText","parentSelectors":["rushing"],"selector":"li:nth-of-type(2) div.home-value","multiple":false,"regex":"","delay":0},{"id":"rushing_yds_per_rush1","type":"SelectorText","parentSelectors":["rushing"],"selector":"li:nth-of-type(3) div.away-value","multiple":false,"regex":"","delay":0},{"id":"rushing_yds_per_rush2","type":"SelectorText","parentSelectors":["rushing"],"selector":"li:nth-of-type(3) div.home-value","multiple":false,"regex":"","delay":0},{"id":"turnovers_interceptions1","type":"SelectorText","parentSelectors":["turnovers"],"selector":"li:nth-of-type(1) div.away-value","multiple":false,"regex":"","delay":0},{"id":"turnovers_interceptions2","type":"SelectorText","parentSelectors":["turnovers"],"selector":"li:nth-of-type(1) div.home-value","multiple":false,"regex":"","delay":0},{"id":"turnovers_fumbles1","type":"SelectorText","parentSelectors":["turnovers"],"selector":"li:nth-of-type(2) div.away-value","multiple":false,"regex":"","delay":0},{"id":"turnovers_fumbles2","type":"SelectorText","parentSelectors":["turnovers"],"selector":"li:nth-of-type(2) div.home-value","multiple":false,"regex":"","delay":0},{"id":"turnovers_fumbles_lost1","type":"SelectorText","parentSelectors":["turnovers"],"selector":"li:nth-of-type(3) div.away-value","multiple":false,"regex":"","delay":0},{"id":"turnovers_fumbles_lost2","type":"SelectorText","parentSelectors":["turnovers"],"selector":"li:nth-of-type(3) div.home-value","multiple":false,"regex":"","delay":0},{"id":"turnovers_total1","type":"SelectorText","parentSelectors":["turnovers"],"selector":"li:nth-of-type(4) div.away-value","multiple":false,"regex":"","delay":0},{"id":"turnovers_total2","type":"SelectorText","parentSelectors":["turnovers"],"selector":"li:nth-of-type(4) div.home-value","multiple":false,"regex":"","delay":0},{"id":"turnovers_penalties1","type":"SelectorText","parentSelectors":["turnovers"],"selector":"li:nth-of-type(5) div.away-value","multiple":false,"regex":"","delay":0},{"id":"turnovers_penalties2","type":"SelectorText","parentSelectors":["turnovers"],"selector":"li:nth-of-type(5) div.home-value","multiple":false,"regex":"","delay":0},{"id":"turnovers_penalty_yds1","type":"SelectorText","parentSelectors":["turnovers"],"selector":"li:nth-of-type(6) div.away-value","multiple":false,"regex":"","delay":0},{"id":"turnovers_penalty_yds2","type":"SelectorText","parentSelectors":["turnovers"],"selector":"li:nth-of-type(6) div.home-value","multiple":false,"regex":"","delay":0},{"id":"last10_record1","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(1) div.away-value","multiple":false,"regex":"","delay":0},{"id":"last10_record2","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(1) div.home-value","multiple":false,"regex":"","delay":0},{"id":"last10_record_home1","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(2) div.away-value","multiple":false,"regex":"","delay":0},{"id":"last10_record_home2","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(2) div.home-value","multiple":false,"regex":"","delay":0},{"id":"last10_record_away1","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(3) div.away-value","multiple":false,"regex":"","delay":0},{"id":"last10_record_away2","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(3) div.home-value","multiple":false,"regex":"","delay":0},{"id":"last10_ats1","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(5) div.away-value","multiple":false,"regex":"","delay":0},{"id":"last10_ats2","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(5) div.home-value","multiple":false,"regex":"","delay":0},{"id":"last10_ats_home1","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(6) div.away-value","multiple":false,"regex":"","delay":0},{"id":"last10_ats_home2","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(6) div.home-value","multiple":false,"regex":"","delay":0},{"id":"last10_ats_away1","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(7) div.away-value","multiple":false,"regex":"","delay":0},{"id":"last10_ats_away2","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(7) div.home-value","multiple":false,"regex":"","delay":0},{"id":"last10_o/u1","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(9) div.away-value","multiple":false,"regex":"","delay":0},{"id":"last10_o/u2","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(9) div.home-value","multiple":false,"regex":"","delay":0},{"id":"last10_o/u_home1","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(10) div.away-value","multiple":false,"regex":"","delay":0},{"id":"last10_o/u_home2","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(10) div.home-value","multiple":false,"regex":"","delay":0},{"id":"last10_o/u_away1","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(11) div.away-value","multiple":false,"regex":"","delay":0},{"id":"last10_o/u_away2","type":"SelectorText","parentSelectors":["last_10"],"selector":"li:nth-of-type(11) div.home-value","multiple":false,"regex":"","delay":0},{"id":"h2h","type":"SelectorElementClick","parentSelectors":["matchup"],"selector":"div#react-tabs-27","multiple":false,"delay":"1000","clickElementSelector":"li#react-tabs-26","clickType":"clickOnce","discardInitialElements":"discard-when-click-element-exists","clickElementUniquenessType":"uniqueHTMLText"},{"id":"last_10","type":"SelectorElementClick","parentSelectors":["matchup"],"selector":"div#react-tabs-13","multiple":false,"delay":"1000","clickElementSelector":"li#react-tabs-12","clickType":"clickOnce","discardInitialElements":"discard-when-click-element-exists","clickElementUniquenessType":"uniqueText"},{"id":"scoring","type":"SelectorElementClick","parentSelectors":["matchup"],"selector":"div.gc-edge-finder","multiple":false,"delay":"1000","clickElementSelector":".stats-type li:nth-of-type(2) a","clickType":"clickOnce","discardInitialElements":"discard-when-click-element-exists","clickElementUniquenessType":"uniqueHTMLText"},{"id":"passing","type":"SelectorElementClick","parentSelectors":["matchup"],"selector":"div.gc-edge-finder","multiple":false,"delay":"1000","clickElementSelector":".stats-type li:nth-of-type(3) a","clickType":"clickOnce","discardInitialElements":"discard-when-click-element-exists","clickElementUniquenessType":"uniqueHTMLText"},{"id":"rushing","type":"SelectorElementClick","parentSelectors":["matchup"],"selector":"div.gc-edge-finder","multiple":false,"delay":"1000","clickElementSelector":".stats-type li:nth-of-type(4) a","clickType":"clickOnce","discardInitialElements":"discard-when-click-element-exists","clickElementUniquenessType":"uniqueHTMLText"},{"id":"turnovers","type":"SelectorElementClick","parentSelectors":["matchup"],"selector":"div.gc-edge-finder","multiple":false,"delay":"1000","clickElementSelector":".stats-type li:nth-of-type(5) a","clickType":"clickOnce","discardInitialElements":"discard-when-click-element-exists","clickElementUniquenessType":"uniqueHTMLText"}]}

I am scraping a site where there is need for element clicks. I have watched tutorials and tried several different iterations and cannot seem ... My problem is that the classes added during the code do not seem clicker counter to work in the javascript. Also, if there is another more simple way of doing ... My problem is that I can only get it to hide by pressing the toggle again. I have tried to apply a class to a parent of both the menu and the ... Element *Selectors are similar to CSS Keywords in both purpose and syntax. Most test actions (e.g., the click action) require a target (e.g., a button).