cancel
Showing results for 
Search instead for 
Did you mean: 

Please Advise me on handling Dynamic url for navigation

Venkatayuvaraju
Level 2
I would like to navigate the website which is changing every page i move on. a kind of ID is automatically get generated at the end of url which makes the page loosing its continuation of previous action. the website url format be like this "www.website.com/main.aspx#223431222" the digits which i mentioned at the end is accompanying dynamically by generating new digits in it. Say for example if home page has #223431222 then when you move to target page it changes digits #554312343 to new ID. This is affecting my next step when i try to run the automation. and throws the following error (Internal : Missing parameter for dynamic identifier 'wXPath' in Navigate Stage 'Navigate2' on page 'Page Name') Please help me to resolve this issue. Thank you. ​

------------------------------
Venkatayuvaraju M
------------------------------
3 REPLIES 3

Hi @Venkatayuvaraju

I think the problem is that you have defined a Dynamic attribute in the Application Modeller, but you didn't send any Dynamic value.

As you said, the URL is changing every time you access the page, so, you will preferer to use Wildcard match

32411.png
In your case, put this as value: "www.website.com/main.aspx*" (asterisk means any text)


Try this!

Hope this helps you!

See you in the Community, bye 🙂

------------------------------
Pablo Sarabia
Solution Manager & Architect
Altamira Assets Management
Madrid
------------------------------

Hi Paulo - The Match column is not checked on "Window Text" on application modeller.

Hi @Venkatayuvaraju - Were you able to find the solution for this problem? If so, would you mind to share it. Thanks.

​​

------------------------------
Orlando Velarde
------------------------------

Please ignore, my colleague told me where I missed to put variable. We're using XPath for this dynamic URL.

------------------------------
Orlando Velarde
------------------------------