Hello,
My issue : I want to extract datas that appears in the HTML code only when you click on a zone (no href, just mouse.onclick). I used an ElementClick "article" whose I retrieve some datas that are in the selector so no pb on this. But I also need datas that appears in a popup but only after the click. This datas are in the HTML code but not in "article" selector. I dont know what to do... My Element selector "temp" which retrieves datas from the popup depends on the click from ElementClick "article" but datas to retrieve are at the end of the HTML code, out of the selector of ElementClick "article".
Many thanks for your help!
Url: http://atlantic.plateforme-services.com/product/259258/1
Sitemap:
{"_id":"test_divali","startUrl":["http://atlantic.plateforme-services.com/product/259258/1"],"selectors":[{"id":"article","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"tbody.list tr.highslide","multiple":true,"delay":"3000","clickElementSelector":"tbody.list tr.highslide","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"numero","type":"SelectorText","parentSelectors":["article"],"selector":"td:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"ref","type":"SelectorText","parentSelectors":["article"],"selector":"span.reference","multiple":false,"regex":"","delay":0},{"id":"titre","type":"SelectorText","parentSelectors":["article"],"selector":"td.article > span:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"quantite","type":"SelectorText","parentSelectors":["article"],"selector":"td.qte","multiple":false,"regex":"","delay":0},{"id":"periode","type":"SelectorText","parentSelectors":["article"],"selector":"td.periode","multiple":false,"regex":"","delay":0},{"id":"parametres","type":"SelectorText","parentSelectors":["_root"],"selector":"div.product_infos","multiple":false,"regex":"","delay":0},{"id":"schema","type":"SelectorImage","parentSelectors":["_root"],"selector":"img.schema-raw","multiple":false,"delay":0},{"id":"disponible","type":"SelectorText","parentSelectors":["temp"],"selector":"div.highslide-body table.article_params tbody tr:nth-of-type(1) td","multiple":false,"regex":"","delay":0},{"id":"statut","type":"SelectorText","parentSelectors":["temp"],"selector":"div.highslide-body table.article_params tbody tr:nth-of-type(2) td","multiple":false,"regex":"","delay":0},{"id":"remplacer","type":"SelectorText","parentSelectors":["temp"],"selector":"div.highslide-body a.use_case:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"temp","type":"SelectorElement","parentSelectors":["_root","article"],"selector":"div.highslide-html-content","multiple":false,"delay":0}]}