Dropdown button problem

Hi!

I tried producing the dropdown button for this site after the vehicles page, but after severals hours I could not. I tried to scrape all the products from the hyundai i10 in this exemple. Can anyone help me? Thx.

Url: http://www.hyundai.be/fr/accessory/

Sitemap:
{"_id":"hyundai-i10","startUrl":["http://www.hyundai.be/fr/accessory/"],"selectors":[{"id":"vehicle","type":"SelectorPopupLink","selector":"div#model-selected-90.model-selected img","parentSelectors":["_root"],"multiple":false,"delay":"200"},{"id":"category","type":"SelectorPopupLink","selector":"div.containerFilterCat button.btn","parentSelectors":["vehicle"],"multiple":true,"delay":"200"},{"id":"Produits","type":"SelectorPopupLink","selector":"div.childAccessoryContainer","parentSelectors":["category"],"multiple":false,"delay":0},{"id":"name","type":"SelectorText","selector":"h3.modal-title","parentSelectors":["Produits"],"multiple":false,"regex":"","delay":"200"},{"id":"image","type":"SelectorImage","selector":"div.coreContent > img","parentSelectors":["Produits"],"multiple":false,"delay":"200"},{"id":"description","type":"SelectorHTML","selector":"div.coreContent > p","parentSelectors":["Produits"],"multiple":false,"regex":"","delay":"200"},{"id":"reference","type":"SelectorText","selector":"div.modal.in strong","parentSelectors":["Produits"],"multiple":false,"regex":"","delay":"200"},{"id":"price","type":"SelectorText","selector":"div.modal.in h5","parentSelectors":["Produits"],"multiple":false,"regex":"","delay":"200"}]}

Hi Warren

alas Web scaper can't deal with DopDown buttons.

Many people on this forum have the same issue but for the moment no solution with this extension.