cancel
Showing results for 
Search instead for 
Did you mean: 

How to handle dynamic links

PrageetDak
Level 4
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?
2 REPLIES 2

The reason it fails is because you spied elements that change and you are checking for a value that has changed. Untick items in your application modeler and see where the problem lies. Learn more about using wildcards or dynamic values from the foundation and the browser automation guides.

Thanks. I tried with unticking the options for link and value and it worked fine.