Dropdown Menu, how to extract option value?

I want to extract data from this dropdown menu. How to get the option value (product name) ?
please someone help

Url: Copic Ciao Individual Colour Markers - Copic Shop

Sitemap:
{id:"sitemap code"}

1 Like

Hi @Nikotinn

You should be able to click through all of these color variants by using an 'Element click' selector - select.validation > option:not(:contains("Please choose an option to add this product to your cart")).

Sitemap example:

{"_id":"copic-shop-co-uk","startUrl":["https://www.copic-shop.co.uk/copic-ciao-individual-markers/"],"selectors":[{"clickElementSelector":"select.validation > option:not(:contains(\"Please choose an option to add this product to your cart\"))","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":1000,"discardInitialElements":"discard-when-click-element-exists","id":"variant-click","multiple":true,"parentSelectors":["_root"],"selector":"html","type":"SelectorElementClick"},{"delay":0,"id":"color","multiple":false,"parentSelectors":["variant-click"],"regex":"","selector":"select.validation > option:checked","type":"SelectorText"}]}

1 Like

Thank you so much, it works fine!! :slight_smile: