Selecting drop down option and making page change

Describe the problem.
Hi,
I'm trying to get the scraper to select the first 3 options in the color drop down box and make the pages contents change. And then scrape in the color name and the thumbnail image urls.

The sitemap I have below will select the first 3 options, but the page doesn't change. As a result the color name and the thumbnail image urls don't either.

I've tried the double click selector technique described on here also, to no avail. Anyone have any clues on how to make it work? Thanks a lot!

Url: https://www.zappos.com/p/levis-plus-711-skinny-ankle-carmel-way/product/8878918/color/687962

Sitemap:
{
"_id": "zappos-test",
"startUrl": [
"https://www.zappos.com/p/levis-plus-711-skinny-ankle-carmel-way/product/8878918/color/687962"
],
"selectors": [
{
"id": "colorpages_2",
"type": "SelectorElementClick",
"parentSelectors": [
"_root"
],
"selector": "#productRecap",
"multiple": false,
"delay": "4000",
"clickElementSelector": "#pdp-color-select option:nth-of-type(3)",
"clickType": "clickOnce",
"discardInitialElements": true,
"clickElementUniquenessType": "uniqueHTML"
},
{
"id": "color_2",
"type": "SelectorText",
"parentSelectors": [
"colorpages_2"
],
"selector": "#pdp-color-select option:nth-of-type(3)",
"multiple": false,
"regex": "",
"delay": 4000
},
{
"id": "img2_1",
"type": "SelectorImage",
"parentSelectors": [
"colorpages_2"
],
"selector": "#thumbnailsList li:nth-of-type(1) button span img",
"multiple": false,
"delay": 0
},
{
"id": "img2_2",
"type": "SelectorImage",
"parentSelectors": [
"colorpages_2"
],
"selector": "#thumbnailsList li:nth-of-type(2) button span img",
"multiple": false,
"delay": 0
},
{
"id": "img2_3",
"type": "SelectorImage",
"parentSelectors": [
"colorpages_2"
],
"selector": "#thumbnailsList li:nth-of-type(3) button span img",
"multiple": false,
"delay": 0
},
{
"id": "img2_4",
"type": "SelectorImage",
"parentSelectors": [
"colorpages_2"
],
"selector": "#thumbnailsList li:nth-of-type(4) button span img",
"multiple": false,
"delay": 0
},
{
"id": "img2_5",
"type": "SelectorImage",
"parentSelectors": [
"colorpages_2"
],
"selector": "#thumbnailsList li:nth-of-type(5) button span img",
"multiple": false,
"delay": 0
},
{
"id": "img2_6",
"type": "SelectorImage",
"parentSelectors": [
"colorpages_2"
],
"selector": "#thumbnailsList li:nth-of-type(6) button span img",
"multiple": false,
"delay": 0
},
{
"id": "colorpages_1",
"type": "SelectorElementClick",
"parentSelectors": [
"_root"
],
"selector": "#productRecap",
"multiple": false,
"delay": "4000",
"clickElementSelector": "#pdp-color-select option:nth-of-type(2)",
"clickType": "clickOnce",
"discardInitialElements": true,
"clickElementUniquenessType": "uniqueHTML"
},
{
"id": "color_1",
"type": "SelectorText",
"parentSelectors": [
"colorpages_1"
],
"selector": "#pdp-color-select option:nth-of-type(2)",
"multiple": false,
"regex": "",
"delay": 4000
},
{
"id": "img1_1",
"type": "SelectorImage",
"parentSelectors": [
"colorpages_1"
],
"selector": "#thumbnailsList li:nth-of-type(1) button span img",
"multiple": false,
"delay": 0
},
{
"id": "img1_2",
"type": "SelectorImage",
"parentSelectors": [
"colorpages_1"
],
"selector": "#thumbnailsList li:nth-of-type(2) button span img",
"multiple": false,
"delay": 0
},
{
"id": "img1_3",
"type": "SelectorImage",
"parentSelectors": [
"colorpages_1"
],
"selector": "#thumbnailsList li:nth-of-type(3) button span img",
"multiple": false,
"delay": 0
},
{
"id": "img1_4",
"type": "SelectorImage",
"parentSelectors": [
"colorpages_1"
],
"selector": "#thumbnailsList li:nth-of-type(4) button span img",
"multiple": false,
"delay": 0
},
{
"id": "img1_5",
"type": "SelectorImage",
"parentSelectors": [
"colorpages_1"
],
"selector": "#thumbnailsList li:nth-of-type(5) button span img",
"multiple": false,
"delay": 0
},
{
"id": "img1_6",
"type": "SelectorImage",
"parentSelectors": [
"colorpages_1"
],
"selector": "#thumbnailsList li:nth-of-type(6) button span img",
"multiple": false,
"delay": 0
},
{
"id": "colorpages_0",
"type": "SelectorElementClick",
"parentSelectors": [
"_root"
],
"selector": "#productRecap",
"multiple": false,
"delay": "4000",
"clickElementSelector": "#pdp-color-select option:nth-of-type(1)",
"clickType": "clickOnce",
"discardInitialElements": true,
"clickElementUniquenessType": "uniqueHTML"
},
{
"id": "color_0",
"type": "SelectorText",
"parentSelectors": [
"colorpages_0"
],
"selector": "#pdp-color-select option:nth-of-type(1)",
"multiple": false,
"regex": "",
"delay": 4000
},
{
"id": "img0_1",
"type": "SelectorImage",
"parentSelectors": [
"colorpages_0"
],
"selector": "#thumbnailsList li:nth-of-type(1) button span img",
"multiple": false,
"delay": 0
},
{
"id": "img0_2",
"type": "SelectorImage",
"parentSelectors": [
"colorpages_0"
],
"selector": "#thumbnailsList li:nth-of-type(2) button span img",
"multiple": false,
"delay": 0
},
{
"id": "img0_3",
"type": "SelectorImage",
"parentSelectors": [
"colorpages_0"
],
"selector": "#thumbnailsList li:nth-of-type(3) button span img",
"multiple": false,
"delay": 0
},
{
"id": "img0_4",
"type": "SelectorImage",
"parentSelectors": [
"colorpages_0"
],
"selector": "#thumbnailsList li:nth-of-type(4) button span img",
"multiple": false,
"delay": 0
},
{
"id": "img0_5",
"type": "SelectorImage",
"parentSelectors": [
"colorpages_0"
],
"selector": "#thumbnailsList li:nth-of-type(5) button span img",
"multiple": false,
"delay": 0
},
{
"id": "img0_6",
"type": "SelectorImage",
"parentSelectors": [
"colorpages_0"
],
"selector": "#thumbnailsList li:nth-of-type(6) button span img",
"multiple": false,
"delay": 0
}
]
}