Trying to fix a selector such that it selects a range

I have successfully customized the root and year selectors to choose a specific range of elements. Now, I need to apply the same technique to select only the first two model elements, specifically "ACCENT" and "ELANTRA". Despite numerous attempts over the past weeks, I haven't been able to achieve this.

I tried selecting the elements separated by a comma (e.g., a#navhref[316], a#navhref[317]), but that didn't work. I'm looking for help or guidance to solve this issue.

Thanks All!

Url: https://www.rockauto.com/

Sitemap:
{"_id":"pagination_hyundai","startUrl":["https://www.rockauto.com/"],"selectors":[{"id":"Make","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":".treeroot-catalog > div:nth-of-type(n+117):nth-of-type(-n+117) > div.ranavouter a.nimportant","type":"SelectorLink"},{"id":"Year","linkType":"linkFromHref","multiple":false,"parentSelectors":["Make"],"selector":".nchildren div:nth-of-type(n+23):nth-of-type(-n+23) > div.ranavouter a.navlabellink","type":"SelectorLink"},{"id":"Model","linkType":"linkFromHref","multiple":true,"parentSelectors":["Year"],"selector":"div:nth-of-type(n+3) > div.nchildren > div > div > div > div.ranavouter a.navlabellink","type":"SelectorLink"},{"id":"Engine","linkType":"linkFromHref","multiple":true,"parentSelectors":["Model"],"selector":".treeroot-catalog > div:nth-of-type(n+3) > div > div > div > div > div > div > div.ranavouter a.navlabellink","type":"SelectorLink"}]}

Hi,

Please try: navhref\[316\], navhref\[317\]