diff --git a/app/Browser/Jobs/EldoradoRobuxPriceSentry/EldoradoRobuxPriceSentryJob.php b/app/Browser/Jobs/EldoradoRobuxPriceSentry/EldoradoRobuxPriceSentryJob.php index cfe67d6..c4fed4e 100644 --- a/app/Browser/Jobs/EldoradoRobuxPriceSentry/EldoradoRobuxPriceSentryJob.php +++ b/app/Browser/Jobs/EldoradoRobuxPriceSentry/EldoradoRobuxPriceSentryJob.php @@ -187,7 +187,7 @@ class EldoradoRobuxPriceSentryJob extends BrowserJob implements ShouldBeUniqueUn // Other offers $offerCardElements = $this->getOffersCardElements($browser); foreach ($offerCardElements as $index => $offerCardElement) { - $priceElement = $offerCardElement->findElement(WebDriverBy::xpath('.//eld-offer-price/strong')); + $priceElement = $offerCardElement->findElement(WebDriverBy::xpath('.//eld-offer-price//strong')); $priceText = $priceElement->getText(); // Ex: " 0,00520 € " $price = $this->textToFloat($priceText);