Multiple Element Click Seelctors - HELP!

Describe the problem.

Hello everyone.
I'm trying to create a sitemap with multiple Element Click selectors, in order to reach to the point of getting each product colour information.

First trying to pick the colour, then apply all filters and then open each colour page to get the name etc.
Seems that I'm doing something wrong.

Any ideas?

Url: https://www.faber-castell.g/products/ΞυλομπογιάAlbrechtDuererχρώματος8200101/117601

Sitemap:

{"_id":"faber_castell_gr","startUrl":["500 colours","parentSelectors":["_root"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"div.color-selector-button","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","multiple":true,"selector":"body"},{"id":"Choose first filter (all colours)","parentSelectors":["Pick colours"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":".animated li.all-filters","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","multiple":true,"selector":"section.animated"},{"id":"Product Name","parentSelectors":["Colour"],"type":"SelectorText","selector":".pdp-container__right h1","multiple":false,"regex":""},{"id":"Colour","parentSelectors":["Choose first filter (all colours)"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"a img","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","multiple":true,"selector":"body"}]}

My fault. The 3rd selector must be a Link Selector not Element Click. Works fine now :slight_smile: