How to check the web page Post Back Event in uiPath?

Hi,

I am trying to identify the web page has been changed or not after clicking of the Link (a href=””) button. How could I do that? Suppose, in a web page there are two links and clicking of one link takes you to different page and another link is not.

Browse https://nrai.com

Link2

  1. So clicking on “Products and Services” link will expand (1st image) the menu but the web page remains same.
  2. Whereas in 2nd image, all the links goes to different page.

So, I am trying to identify, clicking on which link change the current page?

Please let me know if you need more details.

Thanks
Dev

I tried to develop a simple workflow for you to check the url of the webpage. Basically you can use ‘Get Attribute’ activity with ‘url’ attribute which gives you the output as the url of the webpage.

Check this.Check_URLChange.xaml (10.4 KB)

Let me know if it helps.

Thanks,
Rammohan B.

1 Like

Thanks Rammohan.

You are right, by using the Get Attribute method we can take the current URL. It works for me.

Thanks
Dev