Hi,
I'm trying to extract information from the following site:
https://www.condisline.com/MUSLITOS-PESCANOVA-DEL-MAR-250-G_181584_prd_es_ES.jsp
The information I'm trying to retrieve are located on the follow XPath (obtained from Chrome Inspect Tool):
//[@id="list_price_181584"]
//[@id="sale_price_181584"]
I tried different approaches but the result was a blank cell.
Any one knows how to solve this?
Thanks.