Hey, awesome scraper tool you got here just trying to work through a couple issues involving UK sites.
Amazon scraper half works but reports a float error due to the currency. I've tried to fix this myself by using getText() and stripping the first character from the string returning only the value, I.E from £17.99 to 17.99. Using the logger I'm able to see a clean output but the script still seems to think the Item is out of stock. Add to cart is finding the correct tag too.
Not sure if you can point me in the general direction of your work flow. Finding it hard to follow.
Hey, awesome scraper tool you got here just trying to work through a couple issues involving UK sites.
Amazon scraper half works but reports a float error due to the currency. I've tried to fix this myself by using getText() and stripping the first character from the string returning only the value, I.E from £17.99 to 17.99. Using the logger I'm able to see a clean output but the script still seems to think the Item is out of stock. Add to cart is finding the correct tag too.
Not sure if you can point me in the general direction of your work flow. Finding it hard to follow.