You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to check if the product_url has changed.
I tried the following code.
Idea: if the container ".url" still has the old url "https://www.notebooksbilliger.de/nvidia+geforce+rtx+4090+founders+edition+782690" the url hasnt changed and the status is "outofStock" but if the value is something different, that value has changed and the item is "inStock" and I get a notification.
So I would like to check the "title" or "href" information if this is possible? Maybe someone has an idea
But maybe my fault is somewhere else? wrong container? Any help is appreciated :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
my idea is to check the Nvidia Api: https://api.store.nvidia.com/partner/v1/feinventory?status=1&skus=NVGFT490&locale=DE
I would like to check if the product_url has changed.
I tried the following code.
Idea: if the container ".url" still has the old url "https://www.notebooksbilliger.de/nvidia+geforce+rtx+4090+founders+edition+782690" the url hasnt changed and the status is "outofStock" but if the value is something different, that value has changed and the item is "inStock" and I get a notification.
`
`
How ever, the problem is, that the container ".url" seems to have no "text" in it but a "title" for example.
<a class="url" title="https://www.notebooksbilliger.de/nvidia+geforce+rtx+4090+founders+edition+782690" draggable="false" href="https://www.notebooksbilliger.de/nvidia+geforce+rtx+4090+founders+edition+782690" target="_blank" rel="noopener noreferrer" tabindex="-1">https://www.notebooksbilliger.de/nvidia+geforce+rtx+4090+founders+edition+782690</a>
So I would like to check the "title" or "href" information if this is possible? Maybe someone has an idea
But maybe my fault is somewhere else? wrong container? Any help is appreciated :)
Beta Was this translation helpful? Give feedback.
All reactions