diff --git a/stores/amazon.py b/stores/amazon.py index c6383783..3711dab1 100644 --- a/stores/amazon.py +++ b/stores/amazon.py @@ -727,7 +727,7 @@ def check_stock(self, asin, reserve_min, reserve_max, retry=0): while True: if not flyout_mode: shipping = self.driver.find_elements_by_xpath( - '//*[@class="a-color-secondary"]' + '//*[@class="a-color-secondary a-size-base"]' ) if shipping: # Convert to prices just in case