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"}
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"}
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"}]}
Thank you so much, it works fine!! 