Dear,
I've used the 'Xpath to get the price' function, the issue I'm facing is that the price is coming in thousands instead of the original price.
for example if the price was 250.9, it will be extracted as 250,900.00
how can I solve this issue
_______________________________
xpath = //div/span[@class='you-pay-price no-discount ' and 1]%DELIMITER%//div/span[@class='you-pay-price ' and 1]
link = https://www.xcite.com/huawei-p30-pro-512gb-phone-amber-sunrise.html
regards,
I've used
and it's working.
thank you