Cannot elementclick dropdown

I try to click all variations of the product and then scrap all the data of the product.
Getting error message: ACCESSING_UNDEFINED_ELEMENT

Alternatively I know how to get all data-links of the dropdown, but I don't know how to then use these links and "click" on them.

Happy for any input! :slight_smile:

{"_id":"infanti","startUrl":["https://infantilo.pl/pl/products/kocyk-bambusowy-azurowy-100-bambus-1641.html"],"selectors":[{"clickElementSelector":".projector_versions__select a","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","id":"varlink","multiple":true,"parentSelectors":["_root"],"selector":"body","type":"SelectorElementClick"},{"delay":0,"id":"name","multiple":false,"parentSelectors":["varlink"],"regex":"","selector":"h1","type":"SelectorText"}]}

@berndb Hi, try to update the 'Click' selector to - select.projector_versions__select option

Example:

{"_id":"infanti","startUrl":["https://infantilo.pl/pl/products/kocyk-bambusowy-azurowy-100-bambus-1641.html"],"selectors":[{"clickElementSelector":"select.projector_versions__select option","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":2000,"discardInitialElements":"discard-when-click-element-exists","id":"varlink","multiple":true,"parentSelectors":["_root"],"selector":"body","type":"SelectorElementClick"},{"delay":0,"id":"name","multiple":false,"parentSelectors":["varlink"],"regex":"","selector":"h1","type":"SelectorText"},{"delay":0,"id":"selected-variant","multiple":false,"parentSelectors":["varlink"],"regex":"","selector":"option[selected=\"selected\"]","type":"SelectorText"}]}