Replies: 2 comments
-
Moved to discussions |
Beta Was this translation helpful? Give feedback.
0 replies
-
This can be closed. It was my fault for not understanding that I needed to install Playwright as well as Selenium |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using webdriver chrome, and filtering on a specific Xpath just to read the price.
Screenshot shows the cached text/price. However, despite refreshing multiple times, this never changes despite the price changing.
URL: https://www.amazon.com.au/LEGO-71374-Blocks/dp/B08DMFCRF8
Filter: //*[@id="corePriceDisplay_desktop_feature_div"]
Text:
-25% $299.00 $ 299 . 00
RRP: $399.99 $399.99
Recommended Retail Price (RRP)
The RRP displayed is the most recent manufacturer’s recommended retail price made available to Amazon AU.
Screenshot shows the text should be $279.20

However a change is never triggered.
Beta Was this translation helpful? Give feedback.
All reactions