Hi, I have a use case where I have to search some number on webpage, after clicking on search it shows the searched result, which has order number and amount shown as link. After this I have to click on amount link to confirm the payment.
Now if I do static spy of one link then when next time I wil search another order code it will have different amount, that time it shows me an error.
How to handle dynamic link or any other way to achieve this?